The First Rust CVE in Linux Kernel Only Makes Your System Crash

Greg Kroah-Hartman announced this alongside 150+ C code vulnerabilities that were addressed.

It's FOSS
@itsfoss Rust bloat in linux number 1
@itsfoss it's called unsafe Rust for a reason. Unsafe code is virtually a necessity when working with such low level code. This does NOT take away the fact that Rust is genuinely memory-safe.

Here come the Rust haters booking on the language
🙄
@itsfoss That was fast, don't worry the next one will be worse.

@itsfoss You might enjoy this. Rust actually lowers the risk of CVE in the Linux kernel by 95%.

https://uprootnutrition.com/journal/rust-in-linux

@nick @itsfoss it surely prevent memory related pitfalls, but does correctness get a bit much in the way when you’re doing unsafe work in the very specific world of kernel development ?
And I can’t see how it prevents actual code logic errors, logic errors are a great source of crashes and vulnerabilities, right?