You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
0 commit comments