|
1 | | - $ goblint --enable warn.deterministic --enable ana.int.interval 17-mod-minus-1.c |
2 | | - [Warning][Integer > Overflow][CWE-190] Signed integer overflow in % (17-mod-minus-1.c:5:9-5:26) |
3 | | - [Warning][Integer > Overflow][CWE-190] Signed integer overflow in % (17-mod-minus-1.c:7:5-7:16) |
4 | | - [Warning][Integer > Overflow][CWE-190] Signed integer overflow in % (17-mod-minus-1.c:9:9-9:20) |
5 | | - [Warning][Integer > DivByZero][CWE-369] Second argument of modulo might be zero (17-mod-minus-1.c:7:5-7:16) |
| 1 | + $ goblint --enable warn.deterministic --enable ana.int.interval 18-mod-minus-1.c |
| 2 | + [Warning][Integer > Overflow][CWE-190] Signed integer overflow in % (18-mod-minus-1.c:5:9-5:26) |
| 3 | + [Warning][Integer > Overflow][CWE-190] Signed integer overflow in % (18-mod-minus-1.c:7:5-7:16) |
| 4 | + [Warning][Integer > Overflow][CWE-190] Signed integer overflow in % (18-mod-minus-1.c:9:9-9:20) |
| 5 | + [Warning][Integer > DivByZero][CWE-369] Second argument of modulo might be zero (18-mod-minus-1.c:7:5-7:16) |
6 | 6 | [Info][Deadcode] Logical lines of code (LLoC) summary: |
7 | 7 | live: 6 |
8 | 8 | dead: 0 |
9 | 9 | total lines: 6 |
10 | 10 |
|
11 | | - $ goblint --enable warn.deterministic --enable ana.int.interval_set 17-mod-minus-1.c |
12 | | - [Warning][Integer > Overflow][CWE-190] Signed integer overflow in % (17-mod-minus-1.c:5:9-5:26) |
13 | | - [Warning][Integer > Overflow][CWE-190] Signed integer overflow in % (17-mod-minus-1.c:7:5-7:16) |
14 | | - [Warning][Integer > Overflow][CWE-190] Signed integer overflow in % (17-mod-minus-1.c:9:9-9:20) |
15 | | - [Warning][Integer > DivByZero][CWE-369] Second argument of modulo might be zero (17-mod-minus-1.c:7:5-7:16) |
| 11 | + $ goblint --enable warn.deterministic --enable ana.int.interval_set 18-mod-minus-1.c |
| 12 | + [Warning][Integer > Overflow][CWE-190] Signed integer overflow in % (18-mod-minus-1.c:5:9-5:26) |
| 13 | + [Warning][Integer > Overflow][CWE-190] Signed integer overflow in % (18-mod-minus-1.c:7:5-7:16) |
| 14 | + [Warning][Integer > Overflow][CWE-190] Signed integer overflow in % (18-mod-minus-1.c:9:9-9:20) |
| 15 | + [Warning][Integer > DivByZero][CWE-369] Second argument of modulo might be zero (18-mod-minus-1.c:7:5-7:16) |
16 | 16 | [Info][Deadcode] Logical lines of code (LLoC) summary: |
17 | 17 | live: 6 |
18 | 18 | dead: 0 |
|
0 commit comments