about summary refs log tree commit diff
path: root/src/afl-fuzz-state.c
AgeCommit message (Collapse)Author
2020-04-17final fix for map_sizevan Hauser
2020-04-17forgot MAP_SIZE for afl struct mapsvan Hauser
2020-04-17added AFL_MAP_SIZE (wip)van Hauser
2020-04-14code formatAndrea Fioraldi
2020-04-14cmplog loop detectionAndrea Fioraldi
2020-04-11more refactoring and update changelogvan Hauser
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-10another mem leak fix for master/slave usagehexcoder-
2020-04-10fix small memory leak for in_place_resumehexcoder-
2020-04-01make travis happyDominik Maier
2020-04-01src doku is now markdownDominik Maier