mirror of https://github.com/google/oss-fuzz.git
![]() Previously in #7910 we added a wrapper that injected `detect_leaks=0` into our fuzz targets, as certain runs of the targets did not disable and it did not behave well with the allocator and gc (#7708). As far as I can tell this is no longer needed as most runs of the fuzzing target binary seem to use the options file to construct its arguments. * The `run_fuzzer` command respects options. * The `reproduce` command respects options (locally and in [reproducer reports](https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=53429)). Therefore, we should remove it. I've tested this running, reproducing, debugging, and coverage with no observed changes. |
||
---|---|---|
.. | ||
Dockerfile | ||
build.sh | ||
project.yaml | ||
target.c | ||
xst.options |