v4.33a init

This commit is contained in:
vanhauser-thc
2025-04-26 15:57:30 +02:00
parent 06219b4d56
commit e30a17be91
3 changed files with 7 additions and 3 deletions

View File

@ -3,6 +3,11 @@
This is the list of all noteworthy changes made in every public
release of the tool. See README.md for the general instruction manual.
### Version ++4.33a (dev)
- ...
### Version ++4.32c (release)
- Fixed a bug where after a fast restart of a full fuzzed corpus afl-fuzz
terminates with "need at least one valid input seed that does not crash"
@ -22,7 +27,6 @@
- frida_mode:
- fixes for new MacOS + M4 hardware
### Version ++4.31c (release)
- SAND mode added (docs/SAND.md) for more effecient fuzzing with sanitizers
(thanks to @wtdcode !)