mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-14 02:58:08 +00:00
The memory allocation check in afl_custom_fuzz function was incorrect.
The condition was erroneously checking if ptr was non-null, whereas it
should return 0 when ptr is null. Correct the condition to properly
handle memory allocation failures.
Fixes: 32ffa266
("max_len support")
AFL++ standalone mutator
this is the AFL++ havoc mutator as a standalone mutator
just type make
to build.
aflpp-standalone inputfile outputfile [splicefile]