oss-fuzz/projects/xs
Raphael Salas 6e299b2e23
[xs] Remove xs wrapper stub (#9172)
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.
2022-12-09 11:19:52 +00:00
..
Dockerfile
build.sh [xs] Remove xs wrapper stub (#9172) 2022-12-09 11:19:52 +00:00
project.yaml
target.c
xst.options [xs] Remove xs wrapper stub (#9172) 2022-12-09 11:19:52 +00:00