|
8 | 8 | | test.c:81:23:81:26 | call to rand | test.c:83:9:83:9 | r |
|
9 | 9 | | test.c:99:14:99:19 | call to rand | test.c:100:5:100:5 | r |
|
10 | 10 | | test.c:125:13:125:16 | call to rand | test.c:127:9:127:9 | r |
|
| 11 | +| test.c:131:13:131:16 | call to rand | test.c:133:5:133:5 | r | |
| 12 | +| test.c:137:13:137:16 | call to rand | test.c:139:10:139:10 | r | |
11 | 13 | | test.c:155:22:155:25 | call to rand | test.c:157:9:157:9 | r |
|
12 | 14 | | test.c:155:22:155:27 | (unsigned int)... | test.c:157:9:157:9 | r |
|
13 | 15 | | test.cpp:8:9:8:12 | Store | test.cpp:24:11:24:18 | call to get_rand |
|
|
55 | 57 | | test.c:100:5:100:5 | r | semmle.label | r |
|
56 | 58 | | test.c:125:13:125:16 | call to rand | semmle.label | call to rand |
|
57 | 59 | | test.c:127:9:127:9 | r | semmle.label | r |
|
| 60 | +| test.c:131:13:131:16 | call to rand | semmle.label | call to rand | |
| 61 | +| test.c:133:5:133:5 | r | semmle.label | r | |
| 62 | +| test.c:137:13:137:16 | call to rand | semmle.label | call to rand | |
| 63 | +| test.c:139:10:139:10 | r | semmle.label | r | |
58 | 64 | | test.c:155:22:155:25 | call to rand | semmle.label | call to rand |
|
59 | 65 | | test.c:155:22:155:27 | (unsigned int)... | semmle.label | (unsigned int)... |
|
60 | 66 | | test.c:157:9:157:9 | r | semmle.label | r |
|
@@ -109,6 +115,8 @@ nodes
|
109 | 115 | | test.c:83:9:83:9 | r | test.c:81:23:81:26 | call to rand | test.c:83:9:83:9 | r | $@ flows to here and is used in arithmetic, potentially causing an overflow. | test.c:81:23:81:26 | call to rand | Uncontrolled value |
|
110 | 116 | | test.c:100:5:100:5 | r | test.c:99:14:99:19 | call to rand | test.c:100:5:100:5 | r | $@ flows to here and is used in arithmetic, potentially causing an overflow. | test.c:99:14:99:19 | call to rand | Uncontrolled value |
|
111 | 117 | | test.c:127:9:127:9 | r | test.c:125:13:125:16 | call to rand | test.c:127:9:127:9 | r | $@ flows to here and is used in arithmetic, potentially causing an overflow. | test.c:125:13:125:16 | call to rand | Uncontrolled value |
|
| 118 | +| test.c:133:5:133:5 | r | test.c:131:13:131:16 | call to rand | test.c:133:5:133:5 | r | $@ flows to here and is used in arithmetic, potentially causing an overflow. | test.c:131:13:131:16 | call to rand | Uncontrolled value | |
| 119 | +| test.c:139:10:139:10 | r | test.c:137:13:137:16 | call to rand | test.c:139:10:139:10 | r | $@ flows to here and is used in arithmetic, potentially causing an overflow. | test.c:137:13:137:16 | call to rand | Uncontrolled value | |
112 | 120 | | test.c:157:9:157:9 | r | test.c:155:22:155:25 | call to rand | test.c:157:9:157:9 | r | $@ flows to here and is used in arithmetic, potentially causing an underflow. | test.c:155:22:155:25 | call to rand | Uncontrolled value |
|
113 | 121 | | test.c:157:9:157:9 | r | test.c:155:22:155:27 | (unsigned int)... | test.c:157:9:157:9 | r | $@ flows to here and is used in arithmetic, potentially causing an underflow. | test.c:155:22:155:25 | call to rand | Uncontrolled value |
|
114 | 122 | | test.cpp:25:7:25:7 | r | test.cpp:8:9:8:12 | call to rand | test.cpp:25:7:25:7 | r | $@ flows to here and is used in arithmetic, potentially causing an overflow. | test.cpp:8:9:8:12 | call to rand | Uncontrolled value |
|
|
0 commit comments