bytecodealliance / wasmtime

A fast and secure runtime for WebAssembly
https://wasmtime.dev/
Apache License 2.0
14.82k stars 1.24k forks source link

Dynamically configure Spectre heap mitigations on/off in fuzzing #8775

Closed fitzgen closed 3 weeks ago

fitzgen commented 3 weeks ago

We have slightly different bounds checks for when Spectre mitigations are enabled or disabled, so add a knob to our fuzzing machinery to exercise all cases.