←back to thread

239 points r4um | 1 comments | | HN request time: 0.201s | source
Show context
N_Lens ◴[] No.45116266[source]
Would a more memory safe language like Rust in the Linux kernel have more safety against these types of exploits?
replies(4): >>45116350 #>>45116464 #>>45120071 #>>45127563 #
1. pas ◴[] No.45120071[source]
... a better type system, hygienic macros, and of course more static analysis (like Rust's borrow checker), and everything helps that makes writing safer abstractions easier, makes them easier to test and verify