|
|
|
|
|
by flohofwoe
745 days ago
|
|
> "Arguably, memory safety inside the UNIX process heap is the job of the compiler, ...." In my mind there's nothing controversial about this statement at all. If memory corruption inside the sandbox allows to manipulate anything outside the sandbox, then the sandbox is broken. It's as simple as that, and it doesn't matter whether it's the WASM heap or a process heap. |
|
It becomes the same approach as attacking OS processes via their public OS IPC end points.