freebsd-src/sys/alpha/tlsb
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
..
dwlpx.c * Add hooks to allow the X server to access I/O ports and memory. 1998-11-15 18:25:17 +00:00
dwlpxreg.h Add missing Id keywords. 1998-06-11 07:15:55 +00:00
gbus.c * Add hooks to allow the X server to access I/O ports and memory. 1998-11-15 18:25:17 +00:00
gbusreg.h Add initial support for the FreeBSD/alpha kernel. This is very much a 1998-06-10 10:57:29 +00:00
gbusvar.h Major changes to the generic device framework for FreeBSD/alpha: 1998-06-14 13:46:10 +00:00
kftxx.c * Add hooks to allow the X server to access I/O ports and memory. 1998-11-15 18:25:17 +00:00
kftxxreg.h Add missing Id keywords. 1998-06-11 07:15:55 +00:00
kftxxvar.h Major changes to the generic device framework for FreeBSD/alpha: 1998-06-14 13:46:10 +00:00
mcclock_tlsb.c Cosmetic change to driver registration. 1998-07-31 09:20:35 +00:00
tlsb.c Examine all occurrences of sprintf(), strcat(), and str[n]cpy() 1998-12-04 22:54:57 +00:00
tlsbmem.c Add initial support for the FreeBSD/alpha kernel. This is very much a 1998-06-10 10:57:29 +00:00
tlsbreg.h Add initial support for the FreeBSD/alpha kernel. This is very much a 1998-06-10 10:57:29 +00:00
tlsbvar.h Major changes to the generic device framework for FreeBSD/alpha: 1998-06-14 13:46:10 +00:00
zs_tlsb.c * Add hooks to allow the X server to access I/O ports and memory. 1998-11-15 18:25:17 +00:00
zsreg.h Support channel B as well as channel A. 1998-07-05 12:16:55 +00:00
zsvar.h Declare zs_cnattach. 1998-06-14 13:58:57 +00:00