Browse Source
OSS-Fuzz found a case where the `differential` fuzzer was failing and the underlying cause was that Wasmtime was hitting an OOM while Wasmi wasn't. This meant that the two modules were producing "different results" since memories had differing lengths, but this isn't a failure we're interested in. This commit updates the differential fuzzer to discard the test case once the Wasmtime half reaches OOM.pull/6284/head
Alex Crichton
2 years ago
committed by
GitHub
2 changed files with 24 additions and 1 deletions
Loading…
Reference in new issue