-
Notifications
You must be signed in to change notification settings - Fork 87
/
Copy pathCREDITS
20 lines (16 loc) · 875 Bytes
/
CREDITS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Michal Zalewski
- Made the original suggestion of sending afl-fuzz test cases back through
a project with gcov profiling support built-in.
Markus Teufelberger
- Submitted a patch to add --cover-corpus argument so that code coverage
is measured only after all new AFL test cases are executed. The main
advantage is that code coverage results are produced more quickly in
this mode since AFL can generate test cases - at least initially - much
faster than code coverage can be calculated for each test case.
James Steele
- Submitted a patch to add the '--follow' command line argument which
provides an option identical to that available on lcov that instructs the
search for .da files to follow symlinks (which are not traversed by
default).
Denis Kasak
- Submitted a patch to correct a variable naming bug.