wabt icon indicating copy to clipboard operation
wabt copied to clipboard

fix: null-defer about data and elem in wasm-interp

Open tianstcht opened this issue 1 year ago • 2 comments
trafficstars

fix some null-defer case about data and elem.

tianstcht avatar Jun 27 '24 11:06 tianstcht

The patch also fix issue 2310 and 2311 with the same null-defer bug

tianstcht avatar Jul 02 '24 02:07 tianstcht

checking the sizes is okay but it's the wrong approach: the module in #2431 should fail validation, it's missing a data section

SoniEx2 avatar Jul 02 '24 03:07 SoniEx2