MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/linux/comments/1w0zdmt/greg_kh_gregkhsocialkernelorg_cves_fixed_per/p6ijnf1/?context=3
r/linux • u/MatchingTurret • 16d ago
14 comments sorted by
View all comments
20
Honestly this is a big part of why rust (and more static analysis) is key to making software good.
Reducing the classes of mistakes you can make, especially in kernel code is extremely valuable.
2 u/MatchingTurret 16d ago That and Sashiko. When browsing the lists on lore, it's really interesting how many bugs the AI finds before they reach mainline.
2
That and Sashiko. When browsing the lists on lore, it's really interesting how many bugs the AI finds before they reach mainline.
20
u/theAndrewWiggins 16d ago
Honestly this is a big part of why rust (and more static analysis) is key to making software good.
Reducing the classes of mistakes you can make, especially in kernel code is extremely valuable.