4 Commits

Author SHA1 Message Date
Kuan-Wei Chiu
d45cd63583 Fix memory allocation check in aflpp custom mutators
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")
2024-06-13 00:42:12 +08:00
vanhauser-thc
f7ea0f569f fix aflpp custom mutator + standalone tool 2024-04-05 14:53:02 +02:00
vanhauser-thc
32ffa2664c max_len support 2023-04-04 16:23:19 +02:00
vanhauser-thc
fcd2125678 prepare for strategies 2023-04-04 15:47:53 +02:00