Note: Before version 1.0.0, every release may contain breaking changes.
fuzzerTestOneInput
method in a fuzz target now has to return void
instead of boolean
. Fuzz targets that previously returned true
should now throw an exception or use assert
.jazzer
wrapper can find jazzer_driver
even if not in the working directoryassert
can be used in fuzz targetspickValue(Collection c)
and consumeChar(char min, char max)
to FuzzedDataProvider
FuzzerSecurityIssue*
exceptions to allow specifiying the severity of findings