envoyproxy/envoy

wasm: fuzz loading of Wasm modules

Open

#9,731 opened on Jan 18, 2020

View on GitHub
 (0 comments) (0 reactions) (0 assignees)C++ (5,373 forks)batch import
area/wasmhelp wanted

Repository metrics

Stars
 (27,997 stars)
PR merge metrics
 (Avg merge 8d) (378 merged PRs in 30d)

Description

While the loading of Wasm bytecode is covered by fuzzing in V8, there are a few cases (loading precompiled modules and parsing of Custom Sections) that are unique to Envoy and should be fuzzed.

Contributor guide