lysdexic@programming.dev to C Programming Language@programming.devEnglish · 1 year agoC can be memory-safe (2023)blog.erratasec.comexternal-linkmessage-square15fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1external-linkC can be memory-safe (2023)blog.erratasec.comlysdexic@programming.dev to C Programming Language@programming.devEnglish · 1 year agomessage-square15fedilink
minus-squaretatterdemalion@programming.devlinkfedilinkarrow-up0arrow-down1·1 year agoC compilers can’t tell you if your code has data races. That is one of the major selling points of Rust. How can the author claim that these features already exist in C compilers when they simply don’t?
C compilers can’t tell you if your code has data races. That is one of the major selling points of Rust. How can the author claim that these features already exist in C compilers when they simply don’t?