this post was submitted on 17 Mar 2025
943 points (99.8% liked)

Open Source

34909 readers
300 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 0 points 2 days ago (1 children)

Nice. I wonder if they'd be open to rewriting portions in Rust to catch these types of issues with the compiler instead of the user. I'm willing to help if someone else gets the devs on board.

[–] [email protected] 1 points 2 days ago (1 children)

Is this what Rust is about? If so that's a nice perk!

[–] [email protected] 1 points 2 days ago

Yeah, pretty much. A segfault happens when you access memory incorrectly, and Rust is all about correct memory access.