Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-9] src/usr.sbin/btpand



Module Name:    src
Committed By:   martin
Date:           Wed Jun 26 17:13:06 UTC 2024

Modified Files:
        src/usr.sbin/btpand [netbsd-9]: btpand.c

Log Message:
Pull up following revision(s) (requested by plunky in ticket #1851):

        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.7 -r1.7.26.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.




Home | Main Index | Thread Index | Old Index