about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2021-01-08cleaned up and added comments to forkserver exitsDominik Maier
2021-01-08Merge pull request #679 from AFLplusplus/devvan Hauser
Dev
2021-01-08better gcc_plugin error msgvan Hauser
2021-01-08better gcc_plugin error msgvan Hauser
2021-01-08added check to silence scan-buildDominik Maier
2021-01-08refactored kill signal env parsingDominik Maier
2021-01-08fixvan Hauser
2021-01-07Merge branch 'stable' of github.com:aflplusplus/aflplusplus into devDominik Maier
2021-01-07cleaned up AFL_KILL_SIGNALDominik Maier
2021-01-07User defined kill signal value (#678)buherator
* Adding AFL_KILL_SIGNAL environment variable Controlling the kill signal used to end forked processes. * Checking validity of AFL_KILL_SIGNAL env variable This commit also sets a valid value in the environment to avoid duplicating code in at_exit(). Changing data type of fsrv->kill_signal to u8 to match last_kill_signal. * Adding afl_kill_signal to AFL (environment) state This commit simply introduces a struct member for future use. The env variable is not used from the afl struct but from fsrv, where its validity is checked, resulting in a FATAL in case of errors.
2021-01-06selective coverage fixvan Hauser
2021-01-05cpp fixvan Hauser
2021-01-05haiku fixvan Hauser
2021-01-05haiku fixvan Hauser
2021-01-05haiku supportvan Hauser
2021-01-05Haiku afl-system-config disable debugger, afl-cc.c avoid -lrthexcoder
2021-01-05selective instrumentation documentedvan Hauser
2021-01-05selective_coverage implementation in afl-compiler-rtvan Hauser
2021-01-05forgot struct keywordvan Hauser
2021-01-05afl coverage feature examplevan Hauser
2021-01-04code formatvan Hauser
2021-01-04add missing FCMP_UEQ to split-compares-pass.so.ccvan Hauser
2021-01-04more code cleanup (instrumentation)hexcoder-
2021-01-04mehr code cleanuphexcoder-
2021-01-04code cleanups (shadowed vars, (un)signed type mismatches, format types, etc.)hexcoder-
2021-01-04cmplog fixvan Hauser
2021-01-04code cleanuphexcoder-
2021-01-04fix for llvm < 11van Hauser
2021-01-04fix for changes in llvm 12van Hauser
2021-01-04code cleanups (from cppcheck mostly)hexcoder-
2021-01-04Revert "code cleanups (from cppcheck)"hexcoder-
This reverts commit 33a7d6f1688856c050b0ac71ac1df4018e4d531c.
2021-01-04code cleanups (from cppcheck)hexcoder-
2021-01-04FP support for cmplogvan Hauser
2021-01-03stability fixvan Hauser
2021-01-03cmplog cleanupvan Hauser
2021-01-03cleanupvan Hauser
2021-01-02afl-cmin tests: allow leading whitespace in `wc -l` outputhexcoder-
2021-01-02Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into devhexcoder-
2021-01-02build_unicorn_support.sh: allow DragonFly to buildhexcoder-
2021-01-02afl-system-config: cosmetic support for DragonFlyhexcoder-
2021-01-02test-basic.sh: fix color GRAY to GREYhexcoder-
2021-01-02typohexcoder-
2021-01-02Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into devhexcoder-
2021-01-02add first support for DragonFly OShexcoder-
2021-01-02Merge branch 'dev' of github.com:AFLplusplus/AFLplusplus into devAndrea Fioraldi
2021-01-02fix qemu linking error with mipsAndrea Fioraldi
2021-01-02add missing git submodule synchexcoder-
2021-01-01try new weightingvan Hauser
2021-01-01doc updatevan Hauser
2020-12-31Merge pull request #670 from devnexen/libdislocator_build_fixvan Hauser
libdislocator, ptr algo warning fix on clang/Xcode (m1).