alexcrichton commented on issue #6776:
@pchickey I'd also be interested in your thoughts on the behvaior of out-of-bounds pointers as well. The linked documentation doesn't specifically say what to do in that case so I left it as-is with EFAULT for now, but should the docs perhaps be updated to indicate that a trap should happen in that situation as well?
pchickey commented on issue #6776:
There's actually been an outstanding PR to update that language to trap, as well: https://github.com/WebAssembly/WASI/pull/536. I agreed then we should merge it, but it fell off my radar. cc @yamt
alexcrichton commented on issue #6776:
Sounds good! I think I covered all the bases here, but would be good to double-check
Last updated: Nov 22 2024 at 17:03 UTC