bazel-contrib / rules_fuzzing

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

Add `asan-ubsan` instrumentation option #231

Closed fmeum closed 1 year ago

fmeum commented 1 year ago

This option combines ASan with UBSan, which is very useful for running the replay tests as well as while iterating on a fuzz test locally.

fmeum commented 1 year ago

bazel_lint failure is fixed by https://github.com/bazelbuild/rules_fuzzing/pull/233.

fmeum commented 1 year ago

CI failure is fixed now.