Commit 6f9ad51
committed
Fix possible buffer size problem (CWE-120)
Calling strncpy with a maximum size argument of 16 bytes on
destination array "iwr.ifr_ifrn.ifrn_name" of size 16 bytes
might leave the destination string unterminated.1 parent 22a1b67 commit 6f9ad51
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
666 | 666 | | |
667 | 667 | | |
668 | 668 | | |
669 | | - | |
| 669 | + | |
| 670 | + | |
670 | 671 | | |
671 | 672 | | |
672 | 673 | | |
| |||
0 commit comments