Hacker News new | ask | show | jobs
by legulere 4217 days ago
For a while you were actually able to mmap the memory at address NULL under linux, which is usable for exploiting (you can pass arbitrary data to kernel code that you can bring to dereference null pointers)
1 comments

Wouldn't virtual address translation prevent this from happening?