Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Coverity: CID 739613 (#1 of 1): Buffer not null terminated (BUFFER_SIZE_WARNING) At (6): Calling strncpy with a maximum size argument of 16 bytes on destination array "t->if_name" of size 16 bytes might leave the destination string unterminated. CID 739614 (#1 of 3): Buffer not null terminated (BUFFER_SIZE_WARNING) At (4): Calling strncpy with a maximum size argument of 16 bytes on destination array "p4.name" of size 16 bytes might leave the destination string unterminated. CID 739614 (#2 of 3): Buffer not null terminated (BUFFER_SIZE_WARNING) At (4): Calling strncpy with a maximum size argument of 16 bytes on destination array "p6.name" of size 16 bytes might leave the destination string unterminated. CID 739614 (#3 of 3): Buffer not null terminated (BUFFER_SIZE_WARNING) At (5): Calling strncpy with a maximum size argument of 16 bytes on destination array "ifr.ifr_ifrn.ifrn_name" of size 16 bytes might leave the destination string unterminated. Signed-off-by: Henning Rogge <[email protected]>
- Loading branch information