freebsd-dev/sys/alpha/pci
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
..
apecs.c Examine all occurrences of sprintf(), strcat(), and str[n]cpy() 1998-12-04 22:54:57 +00:00
apecsreg.h Lots of changes, including: 1998-08-10 07:53:59 +00:00
apecsvar.h Lots of changes, including: 1998-08-10 07:53:59 +00:00
cia.c Examine all occurrences of sprintf(), strcat(), and str[n]cpy() 1998-12-04 22:54:57 +00:00
ciareg.h Add basic support for 2117x pci chipsets. Currently only pyxis (21174) 1998-07-05 12:16:15 +00:00
ciavar.h Add basic support for 2117x pci chipsets. Currently only pyxis (21174) 1998-07-05 12:16:15 +00:00
lca.c Examine all occurrences of sprintf(), strcat(), and str[n]cpy() 1998-12-04 22:54:57 +00:00
lcareg.h Lots of changes, including: 1998-08-10 07:53:59 +00:00
lcavar.h Lots of changes, including: 1998-08-10 07:53:59 +00:00
pci_eb164_intr.s Implement CIA interrupts. 1998-07-12 16:17:54 +00:00
pcibus.c Fix things so that pci interrupts can be registered correctly on apecs 1998-11-18 23:53:12 +00:00
pcibus.h * Add hooks to allow the X server to access I/O ports and memory. 1998-11-15 18:25:17 +00:00