Files
codeql/cpp/ql/test/query-tests/Critical/NewFree/NewArrayDeleteMismatch.expected
2018-08-02 17:53:23 +01:00

5 lines
541 B
Plaintext

| test.cpp:169:3:169:17 | delete | This memory may have been allocated with '$@', not 'new'. | test.cpp:161:22:161:38 | new[] | new[] |
| test.cpp:182:3:182:22 | delete | This memory may have been allocated with '$@', not 'new'. | test.cpp:175:18:175:29 | new[] | new[] |
| test.cpp:240:2:240:9 | delete | This memory may have been allocated with '$@', not 'new'. | test.cpp:228:7:228:17 | new[] | new[] |
| test.cpp:295:2:295:11 | delete | This memory may have been allocated with '$@', not 'new'. | test.cpp:290:8:290:28 | new[] | new[] |