about summary refs log tree commit diff
path: root/src/afl-fuzz-extras.c
AgeCommit message (Collapse)Author
2021-01-28fix another pending_not_fuzzed locationvan Hauser
2021-01-04code formatvan Hauser
2021-01-04code cleanups (shadowed vars, (un)signed type mismatches, format types, etc.)hexcoder-
2020-11-01added mutation introspection make targetvan Hauser
2020-10-30fix ck_alloc callvan Hauser
2020-10-30fix ck_alloc callvan Hauser
2020-10-30extras: afl_realloc -> ck_reallocvan Hauser
2020-10-29better warn if skipping large dictvan Hauser
2020-09-05add cull queue, -i subdir traversalvanhauser-thc
2020-08-24added afl_custom_fuzz_countvan Hauser
2020-08-24Allow Large Extras (#523)Dominik Maier
* allow large extras * skipping large testcases again
2020-08-23no longer warns for prob. extrasDominik Maier
2020-08-23added AFL_MAX_DET_EXTRAS env varDominik Maier
2020-08-21fix for bad free (#520)Dominik Maier
2020-08-18code-format, changelogDominik Maier
2020-08-18moved autodict extras away from extras_aDominik Maier
2020-08-18Reworked maybe_grow to take a single ptr, renamed to afl_realloc (#505)Dominik Maier
* maybe_grow takes a single ptr * fixed use_deflate * reworked maybe_grow_bufsize * helper to access underlying buf * remove redundant realloc_block * code format * fixes * added unit tests * renamed maybe_grow to afl_realloc * BUF_PARAMS -> AFL_BUF_PARAM
2020-08-14fix llvm12 -fuseld warningvan Hauser
2020-08-14no longer using alloc for autodictDominik Maier
2020-08-14code-formatDominik Maier
2020-08-14cleaned up maybe_add_auto callsDominik Maier
2020-08-07enabled Wextra, fixed bugsDominik Maier
2020-04-19clang-tidy readability-braces (#323)Dominik Maier
2020-04-13fixed uaf and warningsDominik Maier
2020-04-10LTO optimization, variable map size, autodictionary (#307)van Hauser
* lto module clean-up * step 1/3 * step 1/3 completed * if tmp is ever made non-static * parts 2 and 3 - autodictionary is complete * variable map_size support * variable map size: changed overlooked functions * remove debug for autodict * 64 bit alignment of map size * fix review comments * force 64 bit alignment on both sides * typo
2020-04-09Android build fix proposal.David Carlier
LTO flag is recognised but however broken on Android (tested with armv7 arch). Thus giving the choice not to enable it. In fortify mode, open required O_CREAT or O_TMPFILE when mode is set.
2020-03-21renamed UB to rand_belowDominik Maier
2020-03-21moved string formatting to headerDominik Maier
2020-03-19no more (?) staticsDominik Maier
2020-03-11honor afl_quiet on env var checks + code-formatvan Hauser
2020-03-10unified pointer placementDominik Maier
2020-03-09code-formatvan Hauser
2020-03-09AFL without globals (#220)Dominik Maier
* moved globals to afl, shm and fsrv * moved argv to afl state, less bugs * fixed unicorn docu * lists everywhere * merged custom mutators * fixed leaks in afl-fuzz
2020-01-20fixed Heiko's global search-replace :)van Hauser
2019-12-31v2.60d and year 2020 initvan Hauser
2019-10-19Remove lcamtuf's old email from Google (not valid anymore), also remove ↵hexcoder-
maintainance from him.
2019-09-04fix typo in custom formatAndrea Fioraldi
2019-09-04credits and license header for src/* and include/*Andrea Fioraldi
2019-09-02run code formatterAndrea Fioraldi
2019-09-02afl-fuzz-src/* -> src/afl-fuzz* renamevan Hauser