9 Commits

Author SHA1 Message Date
vanhauser-thc
72a24e6439 improve aflpp-standalone 2024-08-28 13:17:49 +02:00
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
mark0
bd1648e707 fix the file descriptor without determining null 2023-07-28 17:32:59 +08:00
vanhauser-thc
9a55bbdb44 fix 2023-05-15 15:17:33 +02:00
vanhauser-thc
ab148aeed8 standalone mutator 2023-05-15 15:12:26 +02:00
vanhauser-thc
d1ec5dc089 standalone mutator 2023-05-15 15:11:34 +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