|
22 | 22 | | test.cpp:52:19:52:37 | call to malloc | test.cpp:53:12:53:23 | ... + ... |
|
23 | 23 | | test.cpp:53:12:53:23 | ... + ... | test.cpp:51:33:51:35 | end |
|
24 | 24 | | test.cpp:60:34:60:37 | mk_array output argument | test.cpp:67:9:67:14 | ... = ... |
|
25 |
| -| test.cpp:194:15:194:33 | call to malloc | test.cpp:195:17:195:23 | ... + ... | |
26 |
| -| test.cpp:195:17:195:23 | ... + ... | test.cpp:195:17:195:23 | ... + ... | |
27 |
| -| test.cpp:195:17:195:23 | ... + ... | test.cpp:201:5:201:19 | ... = ... | |
28 |
| -| test.cpp:195:17:195:23 | ... + ... | test.cpp:201:5:201:19 | ... = ... | |
29 | 25 | | test.cpp:205:15:205:33 | call to malloc | test.cpp:206:17:206:23 | ... + ... |
|
30 | 26 | | test.cpp:206:17:206:23 | ... + ... | test.cpp:206:17:206:23 | ... + ... |
|
31 | 27 | | test.cpp:206:17:206:23 | ... + ... | test.cpp:213:5:213:13 | ... = ... |
|
@@ -125,10 +121,6 @@ nodes
|
125 | 121 | | test.cpp:53:12:53:23 | ... + ... | semmle.label | ... + ... |
|
126 | 122 | | test.cpp:60:34:60:37 | mk_array output argument | semmle.label | mk_array output argument |
|
127 | 123 | | test.cpp:67:9:67:14 | ... = ... | semmle.label | ... = ... |
|
128 |
| -| test.cpp:194:15:194:33 | call to malloc | semmle.label | call to malloc | |
129 |
| -| test.cpp:195:17:195:23 | ... + ... | semmle.label | ... + ... | |
130 |
| -| test.cpp:195:17:195:23 | ... + ... | semmle.label | ... + ... | |
131 |
| -| test.cpp:201:5:201:19 | ... = ... | semmle.label | ... = ... | |
132 | 124 | | test.cpp:205:15:205:33 | call to malloc | semmle.label | call to malloc |
|
133 | 125 | | test.cpp:206:17:206:23 | ... + ... | semmle.label | ... + ... |
|
134 | 126 | | test.cpp:206:17:206:23 | ... + ... | semmle.label | ... + ... |
|
@@ -214,7 +206,6 @@ subpaths
|
214 | 206 | | test.cpp:30:14:30:15 | * ... | test.cpp:28:15:28:37 | call to malloc | test.cpp:30:14:30:15 | * ... | This read might be out of bounds, as the pointer might be equal to $@ + $@. | test.cpp:28:15:28:37 | call to malloc | call to malloc | test.cpp:29:20:29:27 | ... + ... | ... + ... |
|
215 | 207 | | test.cpp:32:14:32:21 | * ... | test.cpp:28:15:28:37 | call to malloc | test.cpp:32:14:32:21 | * ... | This read might be out of bounds, as the pointer might be equal to $@ + $@ + 1. | test.cpp:28:15:28:37 | call to malloc | call to malloc | test.cpp:29:20:29:27 | ... + ... | ... + ... |
|
216 | 208 | | test.cpp:67:9:67:14 | ... = ... | test.cpp:52:19:52:37 | call to malloc | test.cpp:67:9:67:14 | ... = ... | This write might be out of bounds, as the pointer might be equal to $@ + $@. | test.cpp:52:19:52:37 | call to malloc | call to malloc | test.cpp:53:20:53:23 | size | size |
|
217 |
| -| test.cpp:201:5:201:19 | ... = ... | test.cpp:194:15:194:33 | call to malloc | test.cpp:201:5:201:19 | ... = ... | This write might be out of bounds, as the pointer might be equal to $@ + $@. | test.cpp:194:15:194:33 | call to malloc | call to malloc | test.cpp:195:21:195:23 | len | len | |
218 | 209 | | test.cpp:213:5:213:13 | ... = ... | test.cpp:205:15:205:33 | call to malloc | test.cpp:213:5:213:13 | ... = ... | This write might be out of bounds, as the pointer might be equal to $@ + $@. | test.cpp:205:15:205:33 | call to malloc | call to malloc | test.cpp:206:21:206:23 | len | len |
|
219 | 210 | | test.cpp:264:13:264:14 | * ... | test.cpp:260:13:260:24 | new[] | test.cpp:264:13:264:14 | * ... | This read might be out of bounds, as the pointer might be equal to $@ + $@. | test.cpp:260:13:260:24 | new[] | new[] | test.cpp:261:19:261:21 | len | len |
|
220 | 211 | | test.cpp:274:5:274:10 | ... = ... | test.cpp:270:13:270:24 | new[] | test.cpp:274:5:274:10 | ... = ... | This write might be out of bounds, as the pointer might be equal to $@ + $@. | test.cpp:270:13:270:24 | new[] | new[] | test.cpp:271:19:271:21 | len | len |
|
|
0 commit comments