|
3 | 3 |
|
4 | 4 | ### Fuzz Monitor
|
5 | 5 | ```
|
| 6 | + american fuzzy lop 2.57b (bmpcomp) |
6 | 7 |
|
| 8 | +┌─ process timing ─────────────────────────────────────┬─ overall results ─────┐ |
| 9 | +│ run time : 0 days, 0 hrs, 0 min, 14 sec │ cycles done : 0 │ |
| 10 | +│ last new path : 0 days, 0 hrs, 0 min, 0 sec │ total paths : 6 │ |
| 11 | +│ last uniq crash : 0 days, 0 hrs, 0 min, 10 sec │ uniq crashes : 1 │ |
| 12 | +│ last uniq hang : none seen yet │ uniq hangs : 0 │ |
| 13 | +├─ cycle progress ────────────────────┬─ map coverage ─┴───────────────────────┤ |
| 14 | +│ now processing : 0 (0.00%) │ map density : 0.04% / 0.04% │ |
| 15 | +│ paths timed out : 0 (0.00%) │ count coverage : 1.77 bits/tuple │ |
| 16 | +├─ stage progress ────────────────────┼─ findings in depth ────────────────────┤ |
| 17 | +│ now trying : bitflip 2/1 │ favored paths : 1 (16.67%) │ |
| 18 | +│ stage execs : 184/223 (82.51%) │ new edges on : 1 (16.67%) │ |
| 19 | +│ total execs : 497 │ total crashes : 23 (1 unique) │ |
| 20 | +│ exec speed : 22.29/sec (slow!) │ total tmouts : 45 (3 unique) │ |
| 21 | +├─ fuzzing strategy yields ───────────┴───────────────┬─ path geometry ────────┤ |
| 22 | +│ bit flips : 4/224, 0/0, 0/0 │ levels : 2 │ |
| 23 | +│ byte flips : 0/0, 0/0, 0/0 │ pending : 6 │ |
| 24 | +│ arithmetics : 0/0, 0/0, 0/0 │ pend fav : 1 │ |
| 25 | +│ known ints : 0/0, 0/0, 0/0 │ own finds : 5 │ |
| 26 | +│ dictionary : 0/0, 0/0, 0/0 │ imported : n/a │ |
| 27 | +│ havoc : 0/0, 0/0 │ stability : 100.00% │ |
| 28 | +│ trim : 100.00%/37, n/a ├────────────────────────┘ |
| 29 | +└─────────────────────────────────────────────────────┘ [cpu010: 9%] |
7 | 30 | ```
|
8 | 31 |
|
9 | 32 | ### Run Crash Result
|
10 | 33 | ```
|
| 34 | +size of Herder 54 |
| 35 | +AddressSanitizer:DEADLYSIGNAL |
| 36 | +================================================================= |
| 37 | +==401==ERROR: AddressSanitizer: stack-overflow on address 0x7ffd0726d698 (pc 0x556c57c0d02e bp 0x7ffd07a6caf0 sp 0x7ffd0726c6a0 T0) |
| 38 | + #0 0x556c57c0d02e in main /home/pipi/112-spring-software-testing-and-secure-programming/lab6/src/hw0302.c:46 |
| 39 | + #1 0x7f64e8941d8f (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) |
| 40 | + #2 0x7f64e8941e3f in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x29e3f) |
| 41 | + #3 0x556c57c0db44 in _start (/home/pipi/112-spring-software-testing-and-secure-programming/lab6/src/bmpcomp+0x2b44) |
11 | 42 |
|
| 43 | +SUMMARY: AddressSanitizer: stack-overflow /home/pipi/112-spring-software-testing-and-secure-programming/lab6/src/hw0302.c:46 in main |
| 44 | +==401==ABORTING |
12 | 45 | ```
|
0 commit comments