75
75
| test.cpp:214:24:214:24 | p | test.cpp:216:10:216:10 | p |
76
76
| test.cpp:220:43:220:48 | call to malloc | test.cpp:222:15:222:20 | buffer |
77
77
| test.cpp:222:15:222:20 | buffer | test.cpp:214:24:214:24 | p |
78
+ | test.cpp:228:43:228:48 | call to malloc | test.cpp:232:10:232:15 | buffer |
78
79
| test.cpp:235:40:235:45 | buffer | test.cpp:236:5:236:26 | ... = ... |
79
80
| test.cpp:236:5:236:26 | ... = ... | test.cpp:236:12:236:17 | p_str indirection [post update] [string] |
80
81
| test.cpp:241:27:241:32 | call to malloc | test.cpp:242:22:242:27 | buffer |
85
86
| test.cpp:243:12:243:14 | str indirection [string] | test.cpp:243:16:243:21 | string indirection |
86
87
| test.cpp:243:16:243:21 | string indirection | test.cpp:243:12:243:21 | string |
87
88
| test.cpp:249:20:249:27 | call to my_alloc | test.cpp:250:12:250:12 | p |
89
+ | test.cpp:256:17:256:22 | call to malloc | test.cpp:257:12:257:12 | p |
88
90
| test.cpp:262:22:262:27 | call to malloc | test.cpp:266:12:266:12 | p |
89
91
| test.cpp:264:20:264:25 | call to malloc | test.cpp:266:12:266:12 | p |
90
92
nodes
@@ -153,6 +155,8 @@ nodes
153
155
| test.cpp:216:10:216:10 | p | semmle.label | p |
154
156
| test.cpp:220:43:220:48 | call to malloc | semmle.label | call to malloc |
155
157
| test.cpp:222:15:222:20 | buffer | semmle.label | buffer |
158
+ | test.cpp:228:43:228:48 | call to malloc | semmle.label | call to malloc |
159
+ | test.cpp:232:10:232:15 | buffer | semmle.label | buffer |
156
160
| test.cpp:235:40:235:45 | buffer | semmle.label | buffer |
157
161
| test.cpp:236:5:236:26 | ... = ... | semmle.label | ... = ... |
158
162
| test.cpp:236:12:236:17 | p_str indirection [post update] [string] | semmle.label | p_str indirection [post update] [string] |
@@ -164,6 +168,8 @@ nodes
164
168
| test.cpp:243:16:243:21 | string indirection | semmle.label | string indirection |
165
169
| test.cpp:249:20:249:27 | call to my_alloc | semmle.label | call to my_alloc |
166
170
| test.cpp:250:12:250:12 | p | semmle.label | p |
171
+ | test.cpp:256:17:256:22 | call to malloc | semmle.label | call to malloc |
172
+ | test.cpp:257:12:257:12 | p | semmle.label | p |
167
173
| test.cpp:262:22:262:27 | call to malloc | semmle.label | call to malloc |
168
174
| test.cpp:264:20:264:25 | call to malloc | semmle.label | call to malloc |
169
175
| test.cpp:266:12:266:12 | p | semmle.label | p |
0 commit comments