Hacker News new | ask | show | jobs
by ncruces 301 days ago
In Wasm you can read/write whatever to address zero of linear memory.

It's still UB as far as clang is concerned so you C code can do whatever. But it won't “crash” on the spot.