mirror of
https://github.com/opnsense/src.git
synced 2026-02-17 17:49:34 -05:00
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 |
||
|---|---|---|
| .. | ||
| aacraid.c | ||
| aacraid_cam.c | ||
| aacraid_debug.c | ||
| aacraid_debug.h | ||
| aacraid_linux.c | ||
| aacraid_pci.c | ||
| aacraid_reg.h | ||
| aacraid_var.h | ||