freebsd-dev/sys/i386/eisa
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
..
3c5x9.c Add shared EISA interrupt support. 1997-09-21 21:35:24 +00:00
adv_eisa.c EISA bus attachment for the AdvanSys driver. 1998-09-15 07:05:39 +00:00
ahb.c Hook up ahapoll so that dumps, synchronize cache commands or any other 1998-10-09 21:38:36 +00:00
ahbreg.h Adaptec 174x EISA SCSI Host Adapter driver for CAM. 1998-09-15 07:10:00 +00:00
ahc_eisa.c Bring back support for honoring the primary channel setting for twin channel 1998-10-15 18:21:50 +00:00
bt_eisa.c Mylex/Buslogic MultiMaster SCSI-Host Adapter Driver for CAM. 1998-09-15 07:32:57 +00:00
dpt_eisa.c Conver the DPT driver to CAM. The dpt_control interface is not yet 1998-09-15 08:33:38 +00:00
dpt_eisa.h Conver the DPT driver to CAM. The dpt_control interface is not yet 1998-09-15 08:33:38 +00:00
eisaconf.c Examine all occurrences of sprintf(), strcat(), and str[n]cpy() 1998-12-04 22:54:57 +00:00
eisaconf.h Add shared EISA interrupt support. 1997-09-21 21:35:24 +00:00
if_fea.c Fixed printf format errors. Only one left in LINT on i386's. 1998-08-24 02:28:16 +00:00
if_vx_eisa.c Removed unused #includes. 1998-02-20 13:11:54 +00:00