Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.sbin/btpand
Module Name: src
Committed By: plunky
Date: Tue Jun 4 06:24:58 UTC 2024
Modified Files:
src/usr.sbin/btpand: btpand.c
Log Message:
Fix off-by-one bug in btpand
`ul` reaches `__arraycount(services)` before the bound-check happens, causing undefined behaviour.
from Dapeng Gao <dg612%cam.ac.uk@localhost> via FreeBSD
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/btpand/btpand.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index