bytecodealliance / lucet

Lucet, the Sandboxing WebAssembly Compiler.
Apache License 2.0
4.07k stars 164 forks source link

uffd: fix eager heap init bug, add testing, update defaults to reflect production #670

Closed pchickey closed 3 years ago

pchickey commented 3 years ago
acfoltzer commented 3 years ago
  • add better testing coverage, checking the existing uffd test with both lazy (default, as before) and eager heap disposition, and add a test specifically for the bug fixed above.
  • update impl Default for UffdConfig to the values we use in production.

Are there commits missing here?

pchickey commented 3 years ago

yep sorry I pushed to the wrong remote.