freebsd-skq/sys/dev/aacraid
Conrad Meyer 0f752e9f7b aacraid(4): Fix some mostly trivial buffer overruns
strcpy(3) emits a trailing nul byte, trampling fields after the intended
destination.  Instead, use strncpy(3), intentionally leaving these fields
not nul-terminated.

Reported by:	Coverity
CIDs:		1031024, 1305463, 1305494, 1305545
Sponsored by:	EMC / Isilon Storage Division
2016-04-26 20:59:21 +00:00
..
aacraid_cam.c aacraid(4): Fix some mostly trivial buffer overruns 2016-04-26 20:59:21 +00:00
aacraid_debug.c
aacraid_debug.h
aacraid_linux.c Update kernel inclusions of capability.h to use capsicum.h instead; some 2014-03-16 10:55:57 +00:00
aacraid_pci.c Remove instances of variables that were set, but never used. gcc 4.9 2014-03-30 23:43:36 +00:00
aacraid_reg.h Update aacraid to version 3.2.5. 2013-11-08 13:23:26 +00:00
aacraid_var.h Update aacraid to version 3.2.5. 2013-11-08 13:23:26 +00:00
aacraid.c aacraid(4): Sanely copyin userland pointers and ensure that we don't get 2016-04-19 18:27:28 +00:00