Comment on Soursop and Ponies in Kona: A C++ Committee Trip ReportComments−slavik813yI propose that C++ initialize all stack variables to zero, preventing ~10% of CVEs.This can be done by compilers without any change to the language standard.−pjmlp3yIt can, but then most don't use it, even though Windows and Android have proven you can ship that into production with hardly any noticeble performance loss.
Comments
This can be done by compilers without any change to the language standard.
It can, but then most don't use it, even though Windows and Android have proven you can ship that into production with hardly any noticeble performance loss.