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
Copy file name to clipboardExpand all lines: cpp/ql/test/query-tests/Security/CWE/CWE-131/semmle/NoSpaceForZeroTerminator/NoSpaceForZeroTerminator.expected
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,4 @@
1
+
| test2.cpp:35:28:35:33 | call to malloc | This allocation does not include space to null-terminate the string. |
1
2
| test.c:16:20:16:25 | call to malloc | This allocation does not include space to null-terminate the string. |
2
3
| test.c:32:20:32:25 | call to malloc | This allocation does not include space to null-terminate the string. |
3
4
| test.c:49:20:49:25 | call to malloc | This allocation does not include space to null-terminate the string. |
0 commit comments