freebsd-dev/sys/netatm
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
..
ipatm Examine all occurrences of sprintf(), strcat(), and str[n]cpy() 1998-12-04 22:54:57 +00:00
sigpvc Examine all occurrences of sprintf(), strcat(), and str[n]cpy() 1998-12-04 22:54:57 +00:00
spans Examine all occurrences of sprintf(), strcat(), and str[n]cpy() 1998-12-04 22:54:57 +00:00
uni Examine all occurrences of sprintf(), strcat(), and str[n]cpy() 1998-12-04 22:54:57 +00:00
atm_aal5.c Trivial stylish changes, mostly to silence gcc. 1998-10-31 20:07:01 +00:00
atm_cm.c Trivial stylish changes, mostly to silence gcc. 1998-10-31 20:07:01 +00:00
atm_cm.h
atm_device.c Examine all occurrences of sprintf(), strcat(), and str[n]cpy() 1998-12-04 22:54:57 +00:00
atm_if.c Examine all occurrences of sprintf(), strcat(), and str[n]cpy() 1998-12-04 22:54:57 +00:00
atm_if.h
atm_ioctl.h
atm_pcb.h
atm_proto.c Trivial stylish changes, mostly to silence gcc. 1998-10-31 20:07:01 +00:00
atm_sap.h
atm_sigmgr.h
atm_signal.c Trivial stylish changes, mostly to silence gcc. 1998-10-31 20:07:01 +00:00
atm_socket.c Examine all occurrences of sprintf(), strcat(), and str[n]cpy() 1998-12-04 22:54:57 +00:00
atm_stack.h
atm_subr.c Trivial stylish changes, mostly to silence gcc. 1998-10-31 20:07:01 +00:00
atm_sys.h
atm_usrreq.c Trivial stylish changes, mostly to silence gcc. 1998-10-31 20:07:01 +00:00
atm_var.h
atm_vc.h
atm.h
kern_include.h
port.h
queue.h