|
22 | 22 | | test.cpp:54:10:54:13 | call to rand | test.cpp:57:9:57:9 | x |
|
23 | 23 | | test.cpp:78:10:78:13 | call to rand | test.cpp:82:10:82:10 | x |
|
24 | 24 | | test.cpp:90:10:90:13 | call to rand | test.cpp:94:10:94:10 | x |
|
| 25 | +| test.cpp:129:10:129:13 | call to rand | test.cpp:132:10:132:10 | b | |
| 26 | +| test.cpp:147:11:147:14 | call to rand | test.cpp:149:11:149:16 | (int)... | |
| 27 | +| test.cpp:147:11:147:14 | call to rand | test.cpp:149:16:149:16 | y | |
25 | 28 | nodes
|
26 | 29 | | test.c:18:13:18:16 | call to rand | semmle.label | call to rand |
|
27 | 30 | | test.c:21:17:21:17 | r | semmle.label | r |
|
|
59 | 62 | | test.cpp:82:10:82:10 | x | semmle.label | x |
|
60 | 63 | | test.cpp:90:10:90:13 | call to rand | semmle.label | call to rand |
|
61 | 64 | | test.cpp:94:10:94:10 | x | semmle.label | x |
|
| 65 | +| test.cpp:129:10:129:13 | call to rand | semmle.label | call to rand | |
| 66 | +| test.cpp:132:10:132:10 | b | semmle.label | b | |
| 67 | +| test.cpp:147:11:147:14 | call to rand | semmle.label | call to rand | |
| 68 | +| test.cpp:149:11:149:16 | (int)... | semmle.label | (int)... | |
| 69 | +| test.cpp:149:16:149:16 | y | semmle.label | y | |
62 | 70 | #select
|
63 | 71 | | test.c:21:17:21:17 | r | test.c:18:13:18:16 | call to rand | test.c:21:17:21:17 | r | $@ flows to here and is used in arithmetic, potentially causing an overflow. | test.c:18:13:18:16 | call to rand | Uncontrolled value |
|
64 | 72 | | test.c:35:5:35:5 | r | test.c:34:13:34:18 | call to rand | test.c:35:5:35:5 | r | $@ flows to here and is used in arithmetic, potentially causing an overflow. | test.c:34:13:34:18 | call to rand | Uncontrolled value |
|
|
75 | 83 | | test.cpp:57:9:57:9 | x | test.cpp:54:10:54:13 | call to rand | test.cpp:57:9:57:9 | x | $@ flows to here and is used in arithmetic, potentially causing an underflow. | test.cpp:54:10:54:13 | call to rand | Uncontrolled value |
|
76 | 84 | | test.cpp:82:10:82:10 | x | test.cpp:78:10:78:13 | call to rand | test.cpp:82:10:82:10 | x | $@ flows to here and is used in arithmetic, potentially causing an overflow. | test.cpp:78:10:78:13 | call to rand | Uncontrolled value |
|
77 | 85 | | test.cpp:94:10:94:10 | x | test.cpp:90:10:90:13 | call to rand | test.cpp:94:10:94:10 | x | $@ flows to here and is used in arithmetic, potentially causing an overflow. | test.cpp:90:10:90:13 | call to rand | Uncontrolled value |
|
| 86 | +| test.cpp:132:10:132:10 | b | test.cpp:129:10:129:13 | call to rand | test.cpp:132:10:132:10 | b | $@ flows to here and is used in arithmetic, potentially causing an overflow. | test.cpp:129:10:129:13 | call to rand | Uncontrolled value | |
| 87 | +| test.cpp:149:11:149:16 | (int)... | test.cpp:147:11:147:14 | call to rand | test.cpp:149:11:149:16 | (int)... | $@ flows to here and is used in arithmetic, potentially causing an overflow. | test.cpp:147:11:147:14 | call to rand | Uncontrolled value | |
| 88 | +| test.cpp:149:16:149:16 | y | test.cpp:147:11:147:14 | call to rand | test.cpp:149:16:149:16 | y | $@ flows to here and is used in arithmetic, potentially causing an overflow. | test.cpp:147:11:147:14 | call to rand | Uncontrolled value | |
0 commit comments