arendjr@programming.dev to Programming@programming.devEnglish · 4 days agoFeds: Critical Software Must Drop C/C++ by 2026 or Face Riskthenewstack.ioexternal-linkmessage-square26fedilinkarrow-up182arrow-down19cross-posted to: tech@pawb.social
arrow-up173arrow-down1external-linkFeds: Critical Software Must Drop C/C++ by 2026 or Face Riskthenewstack.ioarendjr@programming.dev to Programming@programming.devEnglish · 4 days agomessage-square26fedilinkcross-posted to: tech@pawb.social
minus-squarerefalo@programming.devlinkfedilinkarrow-up2arrow-down10·4 days agoTo be fair, it’s entirely possible to make the same and very similar mistakes in Rust, too.
minus-squareGetOffMyLan@programming.devlinkfedilinkarrow-up8arrow-down1·edit-23 days agoI’m fairly sure use after free isn’t possible unless you explicitly use unsafe code right? It’s compiler enforced is the point.
To be fair, it’s entirely possible to make the same and very similar mistakes in Rust, too.
I’m fairly sure use after free isn’t possible unless you explicitly use unsafe code right?
It’s compiler enforced is the point.