HardenedBSD/sys/amd64/isa
Archie Cobbs 2127f26023 Examine all occurrences of sprintf(), strcat(), and str[n]cpy()
for possible buffer overflow problems. Replaced most sprintf()'s
with snprintf(); for others cases, added terminating NUL bytes where
appropriate, replaced constants like "16" with sizeof(), etc.

These changes include several bug fixes, but most changes are for
maintainability's sake. Any instance where it wasn't "immediately
obvious" that a buffer overflow could not occur was made safer.

Reviewed by:	Bruce Evans <bde@zeta.org.au>
Reviewed by:	Matthew Dillon <dillon@apollo.backplane.com>
Reviewed by:	Mike Spengler <mks@networkcs.com>
1998-12-04 22:54:57 +00:00
..
atpic_vector.S
clock.c Update timecounters to new interface. 1998-10-23 10:46:20 +00:00
icu_ipl.s
icu_ipl.S
icu_vector.s
icu_vector.S
icu.h
intr_machdep.c Examine all occurrences of sprintf(), strcat(), and str[n]cpy() 1998-12-04 22:54:57 +00:00
intr_machdep.h
isa.c don't print '?' for ioaddr the device may legitimately not have an 1998-11-29 15:42:40 +00:00
isa.h
nmi.c Examine all occurrences of sprintf(), strcat(), and str[n]cpy() 1998-12-04 22:54:57 +00:00
npx.c Initialize isa_devtab entries for interrupt handlers in individual 1998-10-22 05:58:45 +00:00
timerreg.h
vector.s
vector.S