Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-24 | tidied up env suggestions | Dominik Maier | |
2021-02-21 | cmplog config.h -> -l option | vanhauser-thc | |
2021-02-19 | improved env suggestions | Andrea Fioraldi | |
2021-02-19 | suggested env vars for lazy ppl | Andrea Fioraldi | |
2021-02-13 | added AFL_IGNORE_UNKNOWN_ENVS | vanhauser-thc | |
2021-02-01 | fixes | van Hauser | |
2021-01-30 | added AFL_CMPLOG_ONLY_NEW feature | van Hauser | |
2021-01-29 | AFL_USE_QASAN | Andrea Fioraldi | |
2021-01-12 | fix | van Hauser | |
2021-01-08 | refactored kill signal env parsing | Dominik Maier | |
2021-01-04 | code cleanups (shadowed vars, (un)signed type mismatches, format types, etc.) | hexcoder- | |
2020-12-26 | fix exec/s display | van Hauser | |
2020-12-23 | warn on _AFL and __AFL env vars | van Hauser | |
2020-12-17 | fix crash for very fast targets | van Hauser | |
2020-12-11 | fixed gcc analyzer warnings | Dominik Maier | |
2020-12-03 | AFL_CRASH_EXITCODE env var added, u8->bool | Dominik Maier | |
2020-11-13 | more small fixes | hexcoder- | |
2020-10-20 | qemu argv index was still wrong | bigredb | |
2020-09-13 | wine argv fix | Dominik Maier | |
2020-09-13 | Fix qemu argv construction (#555) | Choongwoo Han | |
2020-09-04 | more changes to fuzzer_setup | van Hauser | |
2020-08-14 | Revert "Merge branch 'debug' into dev" | root | |
This reverts commit a7537b5511ad767d2240cf2dc6d3e261daa676f9, reversing changes made to 15e799f7ae666418e75c6a79db833c5316b21f97. | |||
2020-08-11 | fixes | van Hauser | |
2020-08-11 | enhancements | van Hauser | |
2020-08-10 | increase stack size | van Hauser | |
2020-08-09 | taint integration done | van Hauser | |
2020-08-09 | code format | van Hauser | |
2020-08-09 | step 1 | van Hauser | |
2020-07-30 | added NULL check | Dominik Maier | |
2020-07-01 | warn on deprecated env vars | van Hauser | |
2020-06-30 | rename whitelist -> instrumentlist | van Hauser | |
2020-06-28 | debug code | van Hauser | |
2020-06-04 | add afl-ld-lto for LTO | van Hauser | |
2020-06-03 | code format | van Hauser | |
2020-06-02 | got rid of questionable phrasing | Dominik Maier | |
2020-05-30 | removed read_timed | Dominik Maier | |
2020-05-30 | reverted extendended read_timed | Dominik Maier | |
2020-05-30 | Revert "code format" | Dominik Maier | |
This reverts commit 8f19becb620a6fedd0f8b855b48cdeeab211c2ed. | |||
2020-05-30 | code format | Dominik Maier | |
2020-05-30 | corrected read_timed for values > 4 | Dominik Maier | |
2020-05-30 | simplified read_timed | van Hauser | |
2020-05-29 | Merge pull request #383 from dgmelski/fix-read-timed | Dominik Maier | |
Fix read_timed when accumulating short reads | |||
2020-05-28 | Fix read_timed when accumulating short reads | David Melski | |
The existing code appears to use 'len_read' in several places where 'total_read' was intended. The function may work if the first 1 or 2 iterations of the loop read the requested 'len' bytes. If the first two reads are "short" and a third read is done, the bytes will be placed over previously read bytes in buf and more than 'len' bytes may be read in total, though buf is never overrun. This commit changes read_timed to (1) correctly append short reads in buf (2) correctly terminate when the sum of the short reads equals the requested 'len' bytes (3) return an error when read() returns -1 or 0 The function also depends on select() decrementing the timeout structure, as it does on Linux. On other platforms, the exec_ms returned is likely incorrect. This patch does not attempt to address this issue. | |||
2020-05-23 | AFL_LLVM_LAF_ALL | van Hauser | |
2020-05-14 | deprecated AFL_POST_LIBRARY | van Hauser | |
2020-05-12 | missing env var | van Hauser | |
2020-05-12 | new code formatting + applied | van Hauser | |
2020-05-10 | indenting preprocessor directives breaks compilation and cant be fixed, ↵ | van Hauser | |
reverting ... :-( | |||
2020-05-10 | fix warning, code format | van Hauser | |
2020-05-07 | added AFL_LLVM_SKIPSINGLEBLOCK and changed default behaviour to instrument ↵ | van Hauser | |
single block functions |