Files
codeql/cpp/ql/test/query-tests/Security/CWE/CWE-014/MemsetMayBeDeleted.expected

4 lines
271 B
Plaintext

| test.cpp:48:5:48:10 | call to memset | Call to memset may be deleted by the compiler. |
| test.cpp:79:5:79:10 | call to memset | Call to memset may be deleted by the compiler. |
| test.cpp:208:2:208:7 | call to memset | Call to memset may be deleted by the compiler. |