CPP: Add use after free false positive example.

This commit is contained in:
Alex Eyers-Taylor
2023-09-20 18:31:09 +01:00
parent 07dbad509c
commit 9de6230bbf
4 changed files with 10 additions and 0 deletions

View File

@@ -1 +1,2 @@
| test.cpp:203:12:203:17 | call to malloc | This memory allocation may not be released at $@. | test.cpp:206:1:206:1 | return ... | this exit point |
| test_free.cpp:36:22:36:35 | ... = ... | This memory allocation may not be released at $@. | test_free.cpp:38:1:38:1 | return ... | this exit point |