lysdexic@programming.dev to C Programming Language@programming.devEnglish · 2 years agoC can be memory-safe (2023)blog.erratasec.comexternal-linkmessage-square23linkfedilinkarrow-up126arrow-down111
arrow-up115arrow-down1external-linkC can be memory-safe (2023)blog.erratasec.comlysdexic@programming.dev to C Programming Language@programming.devEnglish · 2 years agomessage-square23linkfedilink
minus-squaretatterdemalion@programming.devlinkfedilinkarrow-up10arrow-down2·2 years 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?