Skip to content

v2.0.0

Choose a tag to compare

@senier senier released this 05 Feb 22:33
· 97 commits to main since this release

Added

  • Parallel fuzzing (#11)
  • Global timeout (#14)
  • Support for code coverage and fuzzing at the same time

Fixed

  • Use cryptographic randomness (#16)
  • Regression mode
  • Prevent tracer from being replaced by secondary tracer

Changed

  • Continue after error was found, make number of errors configurable (#12)
  • Make crash dir configurable (#13)
  • Use mp.get_context for multiprocessing (#1)
  • Report only crashes for new paths (#19)
  • Use flags instead of file descriptor mask to close stdout and stderr
  • Make logging frequency configurable via --stat-frequency

Removed

  • Memory limit checking
  • Per-run timeout