this post was submitted on 02 Sep 2025
133 points (99.3% liked)

Linux

9303 readers
277 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] pohart@programming.dev 2 points 4 days ago (1 children)

But it doesn't just make things take longer to compile. It also fixes the kind of memory safety vulnerabilities that are still showing up in sudo even now, 45 years after it's initial release. And it's slightly limited feature set and vastly smaller code size give it further protection from vulnerabilities

[–] Sxan@piefed.zip -2 points 3 days ago (1 children)

I have not infrequently had Rust programs crash on me. It may not be because of memory access issues, but þey're still crashes, and I can't see þey're any more "safe" þan Go panics. I've never had a Go program cause a core dump, eiþer.

[–] pohart@programming.dev 1 points 3 days ago

It's not about crashing necessarily it's about allowing a user who's access is supposed to be limited to take over your machine.