oss-fuzz/projects/xs
Raphael Salas cf3cb38355
[xs] Set metering limits in xs fuzzer (#9458)
XS is a JavaScript engine, the typical timeouts aren't necessarily bugs
-- it's expected that code will run for a long time. Over time the
fuzzer has generated quite a few timeouts, near-infinite loops.

We added metering to the XS fuzz target to cap execution to a number of
steps. In this PR we set the limits to reduce the amount of timeouts.
Timeouts that still reported are more likely to be bugs we should fix
(either in engine or in metering feature itself).
2023-01-19 11:27:31 -05:00
..
Dockerfile [xs] XS config improvements (#9393) 2023-01-13 11:06:12 -08:00
build.sh [xs] Set metering limits in xs fuzzer (#9458) 2023-01-19 11:27:31 -05:00
project.yaml [xs] XS config improvements (#9393) 2023-01-13 11:06:12 -08:00
xst.options [xs] XS config improvements (#9393) 2023-01-13 11:06:12 -08:00