opnsense-src/sys/dev/isp
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
..
asm_pci.h Update QLogic ISP support for CAM. Add preliminary target mode support. 1998-09-15 08:42:56 +00:00
asm_sbus.h Add support for the Qlogic ISP SCSI && FC/AL Adapters 1998-04-22 17:54:58 +00:00
isp.c per bde (who is right about this) that an inlined fucntion with const 1998-09-17 23:20:29 +00:00
isp_freebsd.c -Wunused cleanup. 1998-10-15 23:46:33 +00:00
isp_freebsd.h (requested by gibbs) Remove the SCSI_CAM option (and rework the isp driver 1998-09-18 00:46:42 +00:00
isp_freebsd_cam.h Honor CAM_TAG_ACTION_NONE. 1998-10-15 23:17:58 +00:00
isp_pci.c Examine all occurrences of sprintf(), strcat(), and str[n]cpy() 1998-12-04 22:54:57 +00:00
ispmbox.h Update QLogic ISP support for CAM. Add preliminary target mode support. 1998-09-15 08:42:56 +00:00
ispreg.h Update QLogic ISP support for CAM. Add preliminary target mode support. 1998-09-15 08:42:56 +00:00
ispvar.h per bde (who is right about this) that an inlined fucntion with const 1998-09-17 23:20:29 +00:00