|
7 | 7 | | test.c:81:14:81:17 | call to rand | test.c:83:9:83:9 | r |
|
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 | +| test.c:115:12:115:15 | call to rand | test.c:116:3:116:4 | r1 | |
| 11 | +| test.c:118:13:118:16 | call to rand | test.c:119:3:119:4 | r2 | |
10 | 12 | | test.cpp:8:9:8:12 | Store | test.cpp:24:11:24:18 | call to get_rand |
|
11 | 13 | | test.cpp:8:9:8:12 | call to rand | test.cpp:8:9:8:12 | Store |
|
12 | 14 | | test.cpp:13:2:13:15 | Chi [[]] | test.cpp:30:13:30:14 | get_rand2 output argument [[]] |
|
|
33 | 35 | | test.c:83:9:83:9 | r | semmle.label | r |
|
34 | 36 | | test.c:99:14:99:19 | call to rand | semmle.label | call to rand |
|
35 | 37 | | test.c:100:5:100:5 | r | semmle.label | r |
|
| 38 | +| test.c:115:12:115:15 | call to rand | semmle.label | call to rand | |
| 39 | +| test.c:116:3:116:4 | r1 | semmle.label | r1 | |
| 40 | +| test.c:118:13:118:16 | call to rand | semmle.label | call to rand | |
| 41 | +| test.c:119:3:119:4 | r2 | semmle.label | r2 | |
36 | 42 | | test.cpp:8:9:8:12 | Store | semmle.label | Store |
|
37 | 43 | | test.cpp:8:9:8:12 | call to rand | semmle.label | call to rand |
|
38 | 44 | | test.cpp:13:2:13:15 | Chi [[]] | semmle.label | Chi [[]] |
|
|
56 | 62 | | test.c:83:9:83:9 | r | test.c:81:14:81:17 | call to rand | test.c:83:9:83:9 | r | $@ flows to here and is used in arithmetic, potentially causing an underflow. | test.c:81:14:81:17 | call to rand | Uncontrolled value |
|
57 | 63 | | 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 underflow. | test.c:81:23:81:26 | call to rand | Uncontrolled value |
|
58 | 64 | | 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 underflow. | test.c:99:14:99:19 | call to rand | Uncontrolled value |
|
| 65 | +| test.c:116:3:116:4 | r1 | test.c:115:12:115:15 | call to rand | test.c:116:3:116:4 | r1 | $@ flows to here and is used in arithmetic, potentially causing an overflow. | test.c:115:12:115:15 | call to rand | Uncontrolled value | |
| 66 | +| test.c:119:3:119:4 | r2 | test.c:118:13:118:16 | call to rand | test.c:119:3:119:4 | r2 | $@ flows to here and is used in arithmetic, potentially causing an overflow. | test.c:118:13:118:16 | call to rand | Uncontrolled value | |
59 | 67 | | 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 |
|
60 | 68 | | test.cpp:31:7:31:7 | r | test.cpp:13:10:13:13 | call to rand | test.cpp:31:7:31:7 | r | $@ flows to here and is used in arithmetic, potentially causing an overflow. | test.cpp:13:10:13:13 | call to rand | Uncontrolled value |
|
61 | 69 | | test.cpp:37:7:37:7 | r | test.cpp:18:9:18:12 | call to rand | test.cpp:37:7:37:7 | r | $@ flows to here and is used in arithmetic, potentially causing an overflow. | test.cpp:18:9:18:12 | call to rand | Uncontrolled value |
|
0 commit comments