freebsd-dev/sys/dev/hea
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
..
eni_buffer.c Trivial stylish changes, mostly to silence gcc. 1998-10-31 20:07:01 +00:00
eni_globals.c Trivial stylish changes, mostly to silence gcc. 1998-10-31 20:07:01 +00:00
eni_if.c Examine all occurrences of sprintf(), strcat(), and str[n]cpy() 1998-12-04 22:54:57 +00:00
eni_init.c Trivial stylish changes, mostly to silence gcc. 1998-10-31 20:07:01 +00:00
eni_intr.c Trivial stylish changes, mostly to silence gcc. 1998-10-31 20:07:01 +00:00
eni_receive.c Trivial stylish changes, mostly to silence gcc. 1998-10-31 20:07:01 +00:00
eni_stats.h Add new files for HARP3 1998-09-15 08:23:17 +00:00
eni_suni.h Add new files for HARP3 1998-09-15 08:23:17 +00:00
eni_transmit.c Trivial stylish changes, mostly to silence gcc. 1998-10-31 20:07:01 +00:00
eni_var.h Add new files for HARP3 1998-09-15 08:23:17 +00:00
eni_vcm.c Trivial stylish changes, mostly to silence gcc. 1998-10-31 20:07:01 +00:00
eni.c Examine all occurrences of sprintf(), strcat(), and str[n]cpy() 1998-12-04 22:54:57 +00:00
eni.h Add new files for HARP3 1998-09-15 08:23:17 +00:00