Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
this please ...
|
|
|
|
* Added missing dependency to the documentation. Tested on Debian 10
* Added documentation for Debian users
Co-authored-by: adamgrimm99 <55899195+adamgrimm99@users.noreply.github.com>
|
|
|
|
and Makefile
|
|
docs/env_variables.md
|
|
|
|
|
|
|
|
|
|
|
|
|
|
afl-analyze, afl-fuzz, afl-tmin
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix hanging fork and child with -V -E
|
|
If we let multiple fuzzers end with -V or -E option, it will cause it to think we are still occupying the cores, even if they are free, once we try to run another job it would return an error that no free nodes are available.
This change fixes that problem.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|