Skip to content

v4.32c

Latest
Compare
Choose a tag to compare
@vanhauser-thc vanhauser-thc released this 26 Apr 13:55
· 133 commits to stable since this release
c340a02

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"
  • Small improvements to afl-*-config
  • afl-fuzz:
    • memory leak fixes by @kcwu - thanks!
    • many more nits and small memory saves thanks to @kcwu
    • remove deprecated files from queue/.state
    • fix bitmap update function if no current trace is present
    • fix for afl_custom_queue_get
    • various small nits
  • afl-cc:
    • fix pass support for LLVM 20 (passes were run too early)
    • dropped plugin support for LLVM 13
    • fix AFL_OLD_FORKSERVER
    • various minor fixes
  • frida_mode:
    • fixes for new MacOS + M4 hardware