Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-13 | Revert "MONOTONIC" | vanhauser-thc | |
This reverts commit 0c9b460cc46aebfa4eb6e1fbe928895c0a8fcfbd. | |||
2024-06-12 | MONOTONIC | vanhauser-thc | |
2024-06-12 | fastresume implementation | vanhauser-thc | |
2024-06-12 | Fix undefined behavior by casting to uint64_t before left shift | Kuan-Wei Chiu | |
According to the C standard, left-shifting a value by an amount greater than or equal to the width of its promoted type results in undefined behavior. To prevent potential unexpected results, explicitly cast the uint8_t variable type to uint64_t before performing the left shift operation by 56 bits. This ensures the operation is well-defined and adheres to the standard. Fixes: 40df85d1 ("adjust cmplog header") | |||
2024-06-10 | fast resume setup detection | vanhauser-thc | |
2024-06-09 | fix no_forkserver mode | vanhauser-thc | |
2024-06-09 | nit | vanhauser-thc | |
2024-06-09 | fix -n | vanhauser-thc | |
2024-06-09 | allow multiple -m | vanhauser-thc | |
2024-06-07 | move function | vanhauser-thc | |
2024-06-07 | target hash | vanhauser-thc | |
2024-06-07 | minor testcache optimizations | vanhauser-thc | |
2024-06-07 | add cmplog_time measurement | vanhauser-thc | |
2024-06-06 | memory adjustments | vanhauser-thc | |
2024-06-06 | new seed selection algorithm | vanhauser-thc | |
2024-06-05 | Fix cmplog shared memory size when USEMMAP=1 | Andrea Fioraldi | |
2024-06-05 | nits | vanhauser-thc | |
2024-06-05 | optimize syncing | vanhauser-thc | |
2024-06-04 | AFL_NO_SYNC | vanhauser-thc | |
2024-06-01 | fix afl-showmap | vanhauser-thc | |
2024-06-01 | try regression fix | vanhauser-thc | |
2024-05-31 | nits | vanhauser-thc | |
2024-05-29 | fix afl-showmap shmmemleak | vanhauser-thc | |
2024-05-25 | fix: testcache hangs for large test cases | Andrew Haberlandt | |
2024-05-24 | Merge pull request #2099 from Atlante45/dev | van Hauser | |
Fix dynamic_lookup linker flag for Apple clang | |||
2024-05-23 | Fix dynamic_lookup linker flag for Apple clang | Clement Brisset | |
2024-05-20 | nit | vanhauser-thc | |
2024-05-19 | support new llvm 19 changes | vanhauser-thc | |
2024-05-17 | log | vanhauser-thc | |
2024-05-17 | Merge pull request #2092 from fbeqv/dev | van Hauser | |
Fix runtime underflow & -V exiting before syncing | |||
2024-05-17 | Fix runtime underflow & -V exiting before syncing | Cornelius Aschermann | |
print_stats sets exit_soon even while syncing, this leaves -V 0 still broken, as we don't finish syncing. Additionally, the change that introduced the previous -V fix also broke the runtime tracking, as runtime needs to include all time including sync, splice etc. This caused an underflow in the reported runtime. | |||
2024-05-16 | nits | vanhauser-thc | |
2024-05-16 | nits | vanhauser-thc | |
2024-05-16 | Merge pull request #2091 from bet4it/collect_coverage | van Hauser | |
Fix bug of `afl-showmap` in `collect_coverage` mode | |||
2024-05-14 | backup afl->max_length to afl->fsrv.max_length | nj00001 | |
2024-05-14 | change MAX_FILE to fsrv->max_length | nj00001 | |
2024-05-14 | Fix bug of afl-showmap in collect_coverage mode | Bet4 | |
2024-05-13 | disable -> no variants | vanhauser-thc | |
2024-05-13 | Merge pull request #2086 from smoelius/dev | van Hauser | |
Add `AFL_SHA1_FILENAMES` option | |||
2024-05-13 | post_process after trim | vanhauser-thc | |
2024-05-12 | Add `AFL_SHA1_FILENAMES` option | Samuel Moelius | |
2024-05-11 | afl-cc: Re-enable i386 | Arnaud Rebillout | |
Was disabled in 136febaf6855ac1e04c8ea4ecbcb84eb42de2143 Closes: #2081 | |||
2024-05-07 | stat update during syncing | vanhauser-thc | |
2024-05-02 | AFL_DISABLE_REDUNDANT | vanhauser-thc | |
2024-04-30 | try enhanced asan support | vanhauser-thc | |
2024-04-28 | Bug fix: Removed the redundant `id` field from the debug output in the ↵ | acture | |
afl-fuzz-redqueen.c file since cmp_header no longer have this field. | |||
2024-04-26 | work with spaces in filenames | vanhauser-thc | |
2024-04-26 | add schedule check. | Yiyi Wang | |
2024-04-25 | fix: initialize n_fuzz_entry in perform_dry_run. | Yiyi Wang | |
2024-04-25 | fix AFL_PERSISTENT_RECORD | vanhauser-thc | |