> ““Java was excluded from consideration because of the requirement of deploying the JVM and associated libraries along with any program to their production servers. This was an amount of operational complexity and resource overhead that was as undesirable as the unsafety of C or C++.” To me this reads like someone has a chip on their shoulder to demand that Rust be viewed as generally superior instead of merely bein…
To be honest, I don't think I know of single piece of C/C++ code that doesn't suffer from security exploits from "improper" memory use.
Chrome does, Firefox does, Linux does. Hell car and pacemaker software suffers from exploits, most likely caused by improper memory handling.