Files
wasmtime/crates
Alex Crichton 068340d30f Fix a case of using the wrong stack map during gcs (#2396)
This commit fixes an issue where when looking up the stack map for a pc
within a function we might end up reading the *previous* function's
stack maps. This then later caused asserts to trip because we started
interpreting random data as a `VMExternRef` when it wasn't. The fix was
to add `None` markers for "this range has no stack map" in the function
ranges map.

Closes #2386
2020-11-12 13:24:00 -06:00
..
2020-11-11 12:36:17 +01:00
2020-11-05 09:39:53 -06:00
2020-11-05 09:39:53 -06:00
2020-11-05 09:39:53 -06:00
2020-11-09 08:50:03 -08:00