• M
    Validate "string pointers" for wasm are entirely in active pages · 58c3c51f
    Matt Witherspoon 提交于
    There are a couple native methods callable from WASM where the methods expect a NULL terminated char array (a string). Validate that the string lives entirely within active pages before dispatching it. Otherwise native code could segv if given a non-null-terminated string on the end of active pages.
    58c3c51f
wasm_interface.cpp 37.6 KB