Typical security issues in C++: why the GC isn't your enemy

Walter Bright newshound2 at digitalmars.com
Thu Dec 8 20:47:08 UTC 2022


On 12/5/2022 3:58 PM, Timon Gehr wrote:
> Default initialization does not even fix all initialization issues, it just 
> makes them reproducible.

As I mentioned in another post, making them reproducible is a huge deal. Leaving 
variables uninitialized is Heisenbug City. Testing finds the reproducible ones, 
not the Heisenbugs.



More information about the Digitalmars-d mailing list