diff options
author | h1994st <h1994st@gmail.com> | 2020-03-30 05:21:01 -0400 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2020-03-30 16:46:54 +0200 |
commit | d9b18ec8530e09f4bcbdb4e1f51bb0e83b4182c8 (patch) | |
tree | 3e4f864f95b0dced8a7c9500e63c0e499d739221 /examples/custom_mutators/wrapper_afl_min.py | |
parent | 6c14415664228a3b5ab245af9b37fb6672619b49 (diff) | |
download | afl++-d9b18ec8530e09f4bcbdb4e1f51bb0e83b4182c8.tar.gz |
Fix heap allocation bug
- 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
Diffstat (limited to 'examples/custom_mutators/wrapper_afl_min.py')
0 files changed, 0 insertions, 0 deletions