|
27 | 27 | | test.cpp:39:21:39:24 | argv | test.cpp:52:35:52:60 | ... * ... |
|
28 | 28 | | test.cpp:39:21:39:24 | argv | test.cpp:52:35:52:60 | ... * ... |
|
29 | 29 | | test.cpp:39:21:39:24 | argv | test.cpp:52:35:52:60 | ... * ... |
|
30 |
| -| test.cpp:75:25:75:29 | start | test.cpp:79:18:79:28 | ... - ... | |
31 |
| -| test.cpp:75:25:75:29 | start | test.cpp:79:18:79:28 | ... - ... | |
32 |
| -| test.cpp:75:38:75:40 | end | test.cpp:79:18:79:28 | ... - ... | |
33 |
| -| test.cpp:75:38:75:40 | end | test.cpp:79:18:79:28 | ... - ... | |
34 |
| -| test.cpp:97:18:97:23 | buffer | test.cpp:100:17:100:22 | array to pointer conversion | |
35 |
| -| test.cpp:97:18:97:23 | buffer | test.cpp:101:17:101:22 | array to pointer conversion | |
36 |
| -| test.cpp:97:18:97:23 | buffer | test.cpp:101:25:101:39 | ... + ... | |
37 |
| -| test.cpp:97:18:97:23 | fread output argument | test.cpp:100:17:100:22 | array to pointer conversion | |
38 |
| -| test.cpp:97:18:97:23 | fread output argument | test.cpp:101:17:101:22 | array to pointer conversion | |
39 |
| -| test.cpp:97:18:97:23 | fread output argument | test.cpp:101:25:101:39 | ... + ... | |
40 |
| -| test.cpp:100:17:100:22 | array to pointer conversion | test.cpp:100:17:100:22 | processData1 output argument | |
41 |
| -| test.cpp:100:17:100:22 | processData1 output argument | test.cpp:101:17:101:22 | array to pointer conversion | |
42 |
| -| test.cpp:100:17:100:22 | processData1 output argument | test.cpp:101:25:101:39 | ... + ... | |
43 |
| -| test.cpp:101:17:101:22 | array to pointer conversion | test.cpp:75:25:75:29 | start | |
44 |
| -| test.cpp:101:25:101:39 | ... + ... | test.cpp:75:38:75:40 | end | |
45 | 30 | | test.cpp:123:18:123:23 | call to getenv | test.cpp:127:24:127:41 | ... * ... |
|
46 | 31 | | test.cpp:123:18:123:23 | call to getenv | test.cpp:127:24:127:41 | ... * ... |
|
47 | 32 | | test.cpp:123:18:123:31 | (const char *)... | test.cpp:127:24:127:41 | ... * ... |
|
|
99 | 84 | | test.cpp:52:35:52:60 | ... * ... | semmle.label | ... * ... |
|
100 | 85 | | test.cpp:52:35:52:60 | ... * ... | semmle.label | ... * ... |
|
101 | 86 | | test.cpp:52:35:52:60 | ... * ... | semmle.label | ... * ... |
|
102 |
| -| test.cpp:64:25:64:30 | InitializeIndirection | semmle.label | InitializeIndirection | |
103 |
| -| test.cpp:64:25:64:30 | buffer | semmle.label | buffer | |
104 |
| -| test.cpp:75:25:75:29 | start | semmle.label | start | |
105 |
| -| test.cpp:75:38:75:40 | end | semmle.label | end | |
106 |
| -| test.cpp:79:18:79:28 | ... - ... | semmle.label | ... - ... | |
107 |
| -| test.cpp:79:18:79:28 | ... - ... | semmle.label | ... - ... | |
108 |
| -| test.cpp:79:18:79:28 | ... - ... | semmle.label | ... - ... | |
109 |
| -| test.cpp:97:18:97:23 | buffer | semmle.label | buffer | |
110 |
| -| test.cpp:97:18:97:23 | fread output argument | semmle.label | fread output argument | |
111 |
| -| test.cpp:100:17:100:22 | array to pointer conversion | semmle.label | array to pointer conversion | |
112 |
| -| test.cpp:100:17:100:22 | processData1 output argument | semmle.label | processData1 output argument | |
113 |
| -| test.cpp:101:17:101:22 | array to pointer conversion | semmle.label | array to pointer conversion | |
114 |
| -| test.cpp:101:25:101:39 | ... + ... | semmle.label | ... + ... | |
115 | 87 | | test.cpp:123:18:123:23 | call to getenv | semmle.label | call to getenv |
|
116 | 88 | | test.cpp:123:18:123:31 | (const char *)... | semmle.label | (const char *)... |
|
117 | 89 | | test.cpp:127:24:127:41 | ... * ... | semmle.label | ... * ... |
|
@@ -157,7 +129,6 @@ nodes
|
157 | 129 | | test.cpp:48:25:48:30 | call to malloc | test.cpp:39:21:39:24 | argv | test.cpp:48:32:48:35 | size | This allocation size is derived from $@ and might overflow | test.cpp:39:21:39:24 | argv | user input (argv) |
|
158 | 130 | | test.cpp:49:17:49:30 | new[] | test.cpp:39:21:39:24 | argv | test.cpp:49:26:49:29 | size | This allocation size is derived from $@ and might overflow | test.cpp:39:21:39:24 | argv | user input (argv) |
|
159 | 131 | | test.cpp:52:21:52:27 | call to realloc | test.cpp:39:21:39:24 | argv | test.cpp:52:35:52:60 | ... * ... | This allocation size is derived from $@ and might overflow | test.cpp:39:21:39:24 | argv | user input (argv) |
|
160 |
| -| test.cpp:79:9:79:29 | new[] | test.cpp:97:18:97:23 | buffer | test.cpp:79:18:79:28 | ... - ... | This allocation size is derived from $@ and might overflow | test.cpp:97:18:97:23 | buffer | user input (fread) | |
161 | 132 | | test.cpp:127:17:127:22 | call to malloc | test.cpp:123:18:123:23 | call to getenv | test.cpp:127:24:127:41 | ... * ... | This allocation size is derived from $@ and might overflow | test.cpp:123:18:123:23 | call to getenv | user input (getenv) |
|
162 | 133 | | test.cpp:134:3:134:8 | call to malloc | test.cpp:132:19:132:24 | call to getenv | test.cpp:134:10:134:27 | ... * ... | This allocation size is derived from $@ and might overflow | test.cpp:132:19:132:24 | call to getenv | user input (getenv) |
|
163 | 134 | | test.cpp:142:4:142:9 | call to malloc | test.cpp:138:19:138:24 | call to getenv | test.cpp:142:11:142:28 | ... * ... | This allocation size is derived from $@ and might overflow | test.cpp:138:19:138:24 | call to getenv | user input (getenv) |
|
|
0 commit comments