Hacker News new | ask | show | jobs
by kramerger 1344 days ago
This is kernel space, not userspace.

Rusts memory safety is not a 100% protection here.

1 comments

Rust's memory safety is never a 100% thing, but that is no argument, as long as it's a significant enough improvement...
Let me explain: in the kernel memory is not always simply "memory".

Sometimes writing to a memory you own has huge side effects. And that part is not handled by rust.