about summary refs log tree commit diff
path: root/src
AgeCommit message (Collapse)Author
2020-04-01next_p2 replaced by next_pow2Dominik Maier
2020-04-01code formatDominik Maier
2020-04-01one less allocDominik Maier
2020-04-01minor changesDominik Maier
2020-04-01try to fix forkserverDominik Maier
2020-03-31reenabled custom mutator reportDominik Maier
2020-03-31make travis happyDominik Maier
2020-03-31fixed bug in cmplogDominik Maier
2020-03-31src doku is now markdownDominik Maier
2020-03-31dropped make switchesDominik Maier
2020-03-30code formatDominik Maier
2020-03-30fixed exampleDominik Maier
2020-03-30afl-fuzz-one.c: minor updateh1994st
2020-03-30Fix heap allocation bugh1994st
- Reason: `afl->out_size` is not consistent with the actual allocation of `afl->out_buf`. The deleted line in `src/afl-fuzz-one.c` may change `afl->out_size`, but `afl->out_buf` is not changed
2020-03-30python mutator: fix nullptr for python mutator datah1994st
2020-03-30Fix invalid memory access bug in `afl_custom_pre_save` of example.ch1994st
2020-03-30rebaseDominik Maier
2020-03-30added read_timedDominik Maier
2020-03-28code formatDominik Maier
2020-03-28error handling for custom mutatorsDominik Maier
2020-03-28tiny changes in custom mut apiDominik Maier
2020-03-28alloc-inl.h/ck_maybe_grow() back to size_t, reimplement overflow checkhexcoder-
2020-03-28making 'CFLAGS="-m32" make source-only tests' workhexcoder-
2020-03-28fix warning in afl-fuzz-run, tested with '-m32' alsohexcoder-
2020-03-28more custom mutator remodellingDominik Maier
2020-03-28added nullptr fix by h1994stDominik Maier
2020-03-28fixed leakDominik Maier
2020-03-27code formatDominik Maier
2020-03-27Less allocsDominik Maier
2020-03-27less allocsDominik Maier
2020-03-27not allocating paths anymoreDominik Maier
2020-03-27almostDominik Maier
2020-03-27add CFI sanitizervan Hauser
2020-03-26more apiDominik Maier
2020-03-26Code Format (#275)Rishi Ranjan
2020-03-25edited custom mutator pre_save apiDominik Maier
2020-03-25code formatDominik Maier
2020-03-24fixed call of custom mutatorsDominik Maier
2020-03-23custom mutators might work again like thisDominik Maier
2020-03-23unsaferDominik Maier
2020-03-23libasan.so is not a thing. libclang-rt.asan-ARCH.so is the asan DSO and it ↵Andrea Fioraldi
is not linked by default. Search for __asan_init instead.
2020-03-23more fixes and code-formatvan Hauser
2020-03-23less branches, cleanupDominik Maier
2020-03-22little performance enhancementsvan Hauser
2020-03-22a little bit more performancevan Hauser
2020-03-22all afl msgs to stdout and only read AFL_BENCH_JUST_ONE oncevan Hauser
2020-03-21renamed UB to rand_belowDominik Maier
2020-03-21remove debug codevan Hauser
2020-03-21moved string formatting to headerDominik Maier
2020-03-21test.sh fixvan Hauser