-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tests added and dead code removed; afl-sancov will no longer support …
…vanilla coverage of AFL queue input (use afl-cov)
- Loading branch information
Bhargava Shastry
committed
Nov 9, 2016
1 parent
97e5743
commit 7ab02ec
Showing
15 changed files
with
253 additions
and
781 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
13 changes: 13 additions & 0 deletions
13
...xpects/ddmode/asan/HARDEN:0001,SESSION000:id:000000,sig:06,src:000003,op:havoc,rep:2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"shrink-percent": 80.0, | ||
"dice-linecount": 1, | ||
"slice-linecount": 5, | ||
"diff-node-spec": [ | ||
{ | ||
"count": 1, | ||
"line": "/home/bhargava/work/gitlab/afl-sancov/tests/test-sancov.c:main:25:3" | ||
} | ||
], | ||
"crashing-input": "HARDEN:0001,SESSION000:id:000000,sig:06,src:000003,op:havoc,rep:2", | ||
"parent-input": "id:000003,src:000001,op:havoc,rep:4,+cov" | ||
} |
13 changes: 13 additions & 0 deletions
13
...xpects/ddmode/asan/HARDEN:0001,SESSION001:id:000000,sig:06,src:000003,op:havoc,rep:4.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"shrink-percent": 80.0, | ||
"dice-linecount": 1, | ||
"slice-linecount": 5, | ||
"diff-node-spec": [ | ||
{ | ||
"count": 1, | ||
"line": "/home/bhargava/work/gitlab/afl-sancov/tests/test-sancov.c:main:25:3" | ||
} | ||
], | ||
"crashing-input": "HARDEN:0001,SESSION001:id:000000,sig:06,src:000003,op:havoc,rep:4", | ||
"parent-input": "id:000003,sync:SESSION000,src:000003,+cov" | ||
} |
File renamed without changes.
File renamed without changes.
12 changes: 12 additions & 0 deletions
12
...expects/ddnum/asan/HARDEN:0001,SESSION000:id:000000,sig:06,src:000003,op:havoc,rep:2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"shrink-percent": 66.66666666666667, | ||
"crashing-input": "HARDEN:0001,SESSION000:id:000000,sig:06,src:000003,op:havoc,rep:2", | ||
"dice-linecount": 1, | ||
"diff-node-spec": [ | ||
{ | ||
"count": 3, | ||
"line": "/home/bhargava/work/gitlab/afl-sancov/tests/test-sancov.c:main:25:3" | ||
} | ||
], | ||
"slice-linecount": 3 | ||
} |
12 changes: 12 additions & 0 deletions
12
...expects/ddnum/asan/HARDEN:0001,SESSION001:id:000000,sig:06,src:000003,op:havoc,rep:4.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"shrink-percent": 66.66666666666667, | ||
"crashing-input": "HARDEN:0001,SESSION001:id:000000,sig:06,src:000003,op:havoc,rep:4", | ||
"dice-linecount": 1, | ||
"diff-node-spec": [ | ||
{ | ||
"count": 3, | ||
"line": "/home/bhargava/work/gitlab/afl-sancov/tests/test-sancov.c:main:25:3" | ||
} | ||
], | ||
"slice-linecount": 3 | ||
} |
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.