Skip to content

Accept more changes from #15549 #527

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ problems
| test.cpp:100:16:100:39 | new | test.cpp:65:36:65:38 | call to pop | test.cpp:100:21:100:28 | badAlloc | Placement new expression is used with an insufficiently large memory allocation from $@. | test.cpp:65:36:65:38 | call to pop | call to pop |
| test.cpp:113:7:113:32 | new[] | test.cpp:113:14:113:21 | badAlloc | test.cpp:113:14:113:21 | badAlloc | Placement new expression is used with an insufficiently large memory allocation from $@. | test.cpp:113:14:113:21 | badAlloc | badAlloc |
edges
| test.cpp:18:36:18:49 | call to operator new | test.cpp:19:21:19:44 | correctlyAllocatedMemory |
| test.cpp:24:37:24:50 | call to operator new | test.cpp:25:21:25:45 | correctlyAllocatedMemory2 |
| test.cpp:29:32:29:45 | call to operator new | test.cpp:31:21:31:40 | badlyAllocatedMemory |
| test.cpp:35:33:35:46 | call to operator new | test.cpp:37:21:37:41 | badlyAllocatedMemory2 |
| test.cpp:62:16:62:29 | call to operator new | test.cpp:67:12:67:17 | memory |
| test.cpp:62:16:62:29 | call to operator new | test.cpp:67:12:67:17 | memory |
| test.cpp:65:36:65:38 | call to pop | test.cpp:67:12:67:17 | memory |
| test.cpp:65:36:65:38 | call to pop | test.cpp:67:12:67:17 | memory |
| test.cpp:67:12:67:17 | memory | test.cpp:94:32:94:39 | call to allocate |
| test.cpp:67:12:67:17 | memory | test.cpp:98:31:98:38 | call to allocate |
| test.cpp:94:32:94:39 | call to allocate | test.cpp:95:21:95:29 | goodAlloc |
| test.cpp:98:31:98:38 | call to allocate | test.cpp:100:21:100:28 | badAlloc |
| test.cpp:18:36:18:49 | call to operator new | test.cpp:19:21:19:44 | correctlyAllocatedMemory | provenance | |
| test.cpp:24:37:24:50 | call to operator new | test.cpp:25:21:25:45 | correctlyAllocatedMemory2 | provenance | |
| test.cpp:29:32:29:45 | call to operator new | test.cpp:31:21:31:40 | badlyAllocatedMemory | provenance | |
| test.cpp:35:33:35:46 | call to operator new | test.cpp:37:21:37:41 | badlyAllocatedMemory2 | provenance | |
| test.cpp:62:16:62:29 | call to operator new | test.cpp:67:12:67:17 | memory | provenance | |
| test.cpp:62:16:62:29 | call to operator new | test.cpp:67:12:67:17 | memory | provenance | |
| test.cpp:65:36:65:38 | call to pop | test.cpp:67:12:67:17 | memory | provenance | |
| test.cpp:65:36:65:38 | call to pop | test.cpp:67:12:67:17 | memory | provenance | |
| test.cpp:67:12:67:17 | memory | test.cpp:94:32:94:39 | call to allocate | provenance | |
| test.cpp:67:12:67:17 | memory | test.cpp:98:31:98:38 | call to allocate | provenance | |
| test.cpp:94:32:94:39 | call to allocate | test.cpp:95:21:95:29 | goodAlloc | provenance | |
| test.cpp:98:31:98:38 | call to allocate | test.cpp:100:21:100:28 | badAlloc | provenance | |
nodes
| test.cpp:18:36:18:49 | call to operator new | semmle.label | call to operator new |
| test.cpp:19:21:19:44 | correctlyAllocatedMemory | semmle.label | correctlyAllocatedMemory |
Expand Down