"Bert Huijben" <b...@qqmail.nl> writes: > Well, explicitly not initializing variables is another way of adding > undefined behavior.
You are suggesting that all heap variables be explicitly initialised to zero before being initialised to the correct values. We don't do that for stack variables, why is it so important to do it for heap variables? -- Certified & Supported Apache Subversion Downloads: http://www.wandisco.com/subversion/download