Creator of LLVM, Clang, and Swift Says To Not Write Security Critical Code In C/C++

Kagamin via Digitalmars-d digitalmars-d at puremagic.com
Tue Jul 14 05:18:20 PDT 2015


On Tuesday, 14 July 2015 at 10:22:51 UTC, Ola Fosheim Grøstad 
wrote:
> You are free to use a C/C++ compiler that provides a switch 
> where overflow leads either to an abitrary value (Rust 
> semantics) or the wrap around (D code gen).

That's the whole point: use a language without UB and the 
situation will be better.


More information about the Digitalmars-d mailing list