Comment on DARPA: Translating All C to Rust (TRACTOR)
IllNess@infosec.pub 5 months agoI don’t even understand how they are going to get around the memory security they are doing this translation for. Watch them have to break the security features of Rust just to make certain programs work.
FaceDeer@fedia.io 5 months ago
I would expect that's part of the point, if a C program can't be converted to a language that doesn't allow memory violations that probably indicates that there are execution pathways that result in memory violations.