bazelbuild / rules_fuzzing

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

Do not deviate from UBSan default for local fuzzing #219

Closed fmeum closed 1 year ago

fmeum commented 1 year ago

OSS-Fuzz uses different compile-time settings for UBSan tuned for their setup, but it doesn't make sense to enforce these also for local users.

In OSS-Fuzz mode, these flags will still be picked up from the environment.

fmeum commented 1 year ago

Blocked on https://github.com/bazelbuild/rules_fuzzing/pull/217

stefanbucur commented 1 year ago

Waiting for all checks to pass before merging.

fmeum commented 1 year ago

@stefanbucur Tests pass after the rebase.