bazelbuild / rules_fuzzing

Bazel Starlark extensions for defining fuzz tests in Bazel projects
Apache License 2.0
82 stars 19 forks source link

Disable leak instrumentation for Jazzer #160

Closed fmeum closed 3 years ago

fmeum commented 3 years ago

Jazzer is based on libFuzzer and hence generally requires the same instrumentation for native code. Since it does not support LeakSanitizer, the corresponding instrumentation can be disabled to save some (potentially negligible) runtime cost.