File tree Expand file tree Collapse file tree 1 file changed +0
-1
lines changed
cpp/ql/test/query-tests/Likely Bugs/Memory Management/StrncpyFlippedArgs Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Original file line number Diff line number Diff line change 13
13
| test.cpp:49:2:49:9 | call to strcpy_s | Potentially unsafe call to strcpy_s; second argument should be size of destination. |
14
14
| test.cpp:62:3:62:9 | call to strncpy | Potentially unsafe call to strncpy; third argument should be size of destination. |
15
15
| test.cpp:65:3:65:9 | call to strncpy | Potentially unsafe call to strncpy; third argument should be size of destination. |
16
- | test.cpp:70:2:70:8 | call to strncpy | Potentially unsafe call to strncpy; third argument should be size of destination. |
17
16
| test.cpp:81:3:81:9 | call to strncpy | Potentially unsafe call to strncpy; third argument should be size of destination. |
18
17
| test.cpp:84:3:84:9 | call to strncpy | Potentially unsafe call to strncpy; third argument should be size of destination. |
19
18
| test.cpp:105:2:105:10 | call to wcsxfrm_l | Potentially unsafe call to wcsxfrm_l; third argument should be size of destination. |
You can’t perform that action at this time.
0 commit comments