File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -9,3 +9,12 @@ Markus Teufelberger
9
9
advantage is that code coverage results are produced more quickly in
10
10
this mode since AFL can generate test cases - at least initially - much
11
11
faster than code coverage can be calculated for each test case.
12
+
13
+ James Steele
14
+ - Submitted a patch to add the '--follow' command line argument which
15
+ provides an option identical to that available on lcov that instructs the
16
+ search for .da files to follow symlinks (which are not traversed by
17
+ default).
18
+
19
+ Denis Kasak
20
+ - Submitted a patch to correct a variable naming bug.
Original file line number Diff line number Diff line change
1
+ afl-cov-0.6.1 (11/27/2017):
2
+ - (James Steele) Add the '--follow' command line argument which provides an
3
+ option identical to that available on lcov that instructs the search for
4
+ .da files to follow symlinks (which are not traversed by default).
5
+ - Add the '--disable-gcov-check' argument so that the check for whether
6
+ the target binary has been compiled with code coverage support can be
7
+ disabled.
8
+
1
9
afl-cov-0.6 (06/05/2016):
2
10
- (Markus Teufelberger) Add --cover-corpus argument so that code coverage
3
11
is measured only after all new AFL test cases are executed. The main
You can’t perform that action at this time.
0 commit comments