Stream: wasmtime

Topic: libfuzzer corpus


view this post on Zulip Alex Crichton (Feb 28 2020 at 18:39):

@fitzgen (he/him) how did you populate https://github.com/bytecodealliance/wasmtime-libfuzzer-corpus ?

libFuzzer corpus for our wasmtime fuzz targets. Contribute to bytecodealliance/wasmtime-libfuzzer-corpus development by creating an account on GitHub.

view this post on Zulip Alex Crichton (Feb 28 2020 at 18:40):

it looks like if we want to add new fuzz targets to CI we need to make new folders there, but I'm unsure how to seed it

view this post on Zulip Alex Crichton (Feb 28 2020 at 19:03):

ah I went ahead and just ran the fuzzers for a bit and made https://github.com/bytecodealliance/wasmtime-libfuzzer-corpus/pull/1

Generated by running the fuzzers for a bit, nothing too too special here.

view this post on Zulip fitzgen (he/him) (Feb 28 2020 at 19:06):

Yeah that’s what I did for the Arbitrary-taking fuzz targets. For the targets that take wasm directly, I seeded with the spec testsuite


Last updated: Oct 23 2024 at 20:03 UTC