Commit 12d5227
committed
C++: Fix queries I forgot after merging github/codeql#20485 (part 2). Notice that this leaves a missing result because the guard condition logic is now interprocedural.
1 parent 8086875 commit 12d5227
File tree
2 files changed
+5
-4
lines changed- cpp/cert
- src/rules/MEM52-CPP
- test/rules/MEM52-CPP
2 files changed
+5
-4
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
88 | 90 | | |
89 | 91 | | |
90 | 92 | | |
| |||
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
| 7 | + | |
8 | 8 | | |
9 | | - | |
0 commit comments