Module Name: src
Committed By: martin
Date: Wed Jun 26 17:11:51 UTC 2024
Modified Files:
src/usr.sbin/btpand [netbsd-10]: btpand.c
Log Message:
Pull up following revision(s) (requested by plunky in ticket #727):
usr.sbin/btpand/btpand.c: revision 1.9
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.8.2.1 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.