lysdexic@programming.dev to C Programming Language@programming.devEnglish · 7 months agoC can be memory-safe (2023)blog.erratasec.comexternal-linkmessage-square23fedilinkarrow-up125arrow-down111
arrow-up114arrow-down1external-linkC can be memory-safe (2023)blog.erratasec.comlysdexic@programming.dev to C Programming Language@programming.devEnglish · 7 months agomessage-square23fedilink
minus-squaretatterdemalion@programming.devlinkfedilinkarrow-up10arrow-down1·7 months 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?