Remove 2024 Remove Java Remove Operating System Remove Virtualization
article thumbnail

C++ safety, in context

Sutter's Mill

All languages have CVEs, C++ just has more (and C still more); so far in 2024, Rust has 6 CVEs , and C and C++ combined have 61 CVEs. The main improvement MSLs give is that a program data race will not corrupt the languageā€™s own virtual machine (whereas in C++ a data race is currently all-bets-are-off undefined behavior).

C++ 139