|
3 | 3 | | test.cpp:39:27:39:30 | argv indirection | test.cpp:44:38:44:63 | ... * ... |
|
4 | 4 | | test.cpp:39:27:39:30 | argv indirection | test.cpp:46:38:46:63 | ... + ... |
|
5 | 5 | | test.cpp:39:27:39:30 | argv indirection | test.cpp:49:32:49:35 | size |
|
6 |
| -| test.cpp:39:27:39:30 | argv indirection | test.cpp:50:17:50:30 | new[] | |
| 6 | +| test.cpp:39:27:39:30 | argv indirection | test.cpp:50:17:50:30 | size | |
7 | 7 | | test.cpp:39:27:39:30 | argv indirection | test.cpp:53:35:53:60 | ... * ... |
|
8 | 8 | | test.cpp:124:18:124:23 | call to getenv | test.cpp:128:24:128:41 | ... * ... |
|
9 | 9 | | test.cpp:124:18:124:31 | call to getenv indirection | test.cpp:128:24:128:41 | ... * ... |
|
|
40 | 40 | | test.cpp:44:38:44:63 | ... * ... | semmle.label | ... * ... |
|
41 | 41 | | test.cpp:46:38:46:63 | ... + ... | semmle.label | ... + ... |
|
42 | 42 | | test.cpp:49:32:49:35 | size | semmle.label | size |
|
43 |
| -| test.cpp:50:17:50:30 | new[] | semmle.label | new[] | |
| 43 | +| test.cpp:50:17:50:30 | size | semmle.label | size | |
44 | 44 | | test.cpp:53:35:53:60 | ... * ... | semmle.label | ... * ... |
|
45 | 45 | | test.cpp:124:18:124:23 | call to getenv | semmle.label | call to getenv |
|
46 | 46 | | test.cpp:124:18:124:31 | call to getenv indirection | semmle.label | call to getenv indirection |
|
@@ -82,7 +82,7 @@ subpaths
|
82 | 82 | | test.cpp:44:31:44:36 | call to malloc | test.cpp:39:27:39:30 | argv indirection | test.cpp:44:38:44:63 | ... * ... | This allocation size is derived from $@ and might overflow. | test.cpp:39:27:39:30 | argv indirection | user input (a command-line argument) |
|
83 | 83 | | test.cpp:46:31:46:36 | call to malloc | test.cpp:39:27:39:30 | argv indirection | test.cpp:46:38:46:63 | ... + ... | This allocation size is derived from $@ and might overflow. | test.cpp:39:27:39:30 | argv indirection | user input (a command-line argument) |
|
84 | 84 | | test.cpp:49:25:49:30 | call to malloc | test.cpp:39:27:39:30 | argv indirection | test.cpp:49:32:49:35 | size | This allocation size is derived from $@ and might overflow. | test.cpp:39:27:39:30 | argv indirection | user input (a command-line argument) |
|
85 |
| -| test.cpp:50:17:50:30 | new[] | test.cpp:39:27:39:30 | argv indirection | test.cpp:50:17:50:30 | new[] | This allocation size is derived from $@ and might overflow. | test.cpp:39:27:39:30 | argv indirection | user input (a command-line argument) | |
| 85 | +| test.cpp:50:17:50:30 | new[] | test.cpp:39:27:39:30 | argv indirection | test.cpp:50:17:50:30 | size | This allocation size is derived from $@ and might overflow. | test.cpp:39:27:39:30 | argv indirection | user input (a command-line argument) | |
86 | 86 | | test.cpp:53:21:53:27 | call to realloc | test.cpp:39:27:39:30 | argv indirection | test.cpp:53:35:53:60 | ... * ... | This allocation size is derived from $@ and might overflow. | test.cpp:39:27:39:30 | argv indirection | user input (a command-line argument) |
|
87 | 87 | | test.cpp:128:17:128:22 | call to malloc | test.cpp:124:18:124:23 | call to getenv | test.cpp:128:24:128:41 | ... * ... | This allocation size is derived from $@ and might overflow. | test.cpp:124:18:124:23 | call to getenv | user input (an environment variable) |
|
88 | 88 | | test.cpp:128:17:128:22 | call to malloc | test.cpp:124:18:124:31 | call to getenv indirection | test.cpp:128:24:128:41 | ... * ... | This allocation size is derived from $@ and might overflow. | test.cpp:124:18:124:31 | call to getenv indirection | user input (an environment variable) |
|
|
0 commit comments