aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/java-example/ExampleFuzzerNative.h
Commit message (Collapse)AuthorAge
* [jazzer] Add java-example project (#5216)Gravatar Fabian Meumertzheim2021-02-18
The java-example project does not pull in any external dependencies, but rather consists of three basic Java fuzzers that hit a synthetic bug after a few seconds. The project can be used to verify that ClusterFuzz correctly handles JVM fuzz targets. * ExampleFuzzer fails with an assertion. * ExampleValueProfileFuzzer fails with an exception after a few seconds, but only if running in value profile mode. * ExampleFuzzerNative fails with an ASan report.