vanhauser-thc
04f2a2dd09
ignore unnecessary warnings for tools
2025-04-29 15:55:14 +02:00
David Robillard
7765d4ac33
Fix various spelling errors ( #2293 )
...
* Fix spelling errors in log messages
* Fix doc comment syntax
* Fix spelling errors in Markdown documentation
* Fix spelling errors in comments
2025-02-10 00:32:42 +01:00
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