pw_fuzzer: Add asan_default_options This CL adds a means to specify ASAN_OPTIONS in order to avoid false positives introduced by fuzz tests which are only partially instrumented. In fuzz tests, the engine is excluded from instrumentation to avoid polluting the sanitizer coverage with code paths not related to the target being fuzzed. Change-Id: I642668026eeaa9e6c051fe64050512f3cbb32ff1 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/234452 Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com> Reviewed-by: Taylor Cramer <cramertj@google.com> Commit-Queue: Aaron Green <aarongreen@google.com>
Pigweed is an open source collection of embedded-targeted libraries–or as we like to call them, modules. These modules are building blocks and infrastructure that enable faster and more reliable development on small-footprint MMU-less 32-bit microcontrollers like the STMicroelectronics STM32L452 or the Nordic nRF52832.
For more information please see our website: https://pigweed.dev/.