Y
Hacker News
new
|
ask
|
show
|
jobs
by
roblabla
1967 days ago
Compile it for wasm and use a wasm runtime built in a memory-safe language? I believe some wasm runtimes allow for making raw syscalls.
1 comments
kaba0
1967 days ago
It would not stop these sort of exploits if I’m not mistaken (ok, it could help since rewriting return addresses is not possible I think), but memory errors that cause logic bugs are still possible.
link
roca
1967 days ago
Yes, that's exactly right.
link