895 B
895 B
Changelog
Note: Before version 1.0.0, every release may contain breaking changes.
Version 0.9.1
- Breaking change: The static
fuzzerTestOneInputmethod in a fuzz target now has to returnvoidinstead ofboolean. Fuzz targets that previously returnedtrueshould now throw an exception or useassert. - Fixed:
jazzerwrapper can findjazzer_drivereven if not in the working directory - Fixed: Switch instrumentation no longer causes an out-of-bounds read in the driver
- Feature:
assertcan be used in fuzz targets - Feature: Coverage is now collision-free and more fine-grained (based on JaCoCo)
- API: Added
pickValue(Collection c)andconsumeChar(char min, char max)toFuzzedDataProvider - API: Added
FuzzerSecurityIssue*exceptions to allow specifiying the severity of findings
Version 0.9.0
- Initial release