5
alyx
8y

I don't want to spend a whole day tracking a crash back through multiple systems just to find a buffer that was initialised with garbage, wasn't written into completely, and as a result just *happened* to contain an exact value that causes a crash later on. If you're doing weird low-level things in C/C++, ZERO-INITIALISE YOUR DAMN BUFFERS.

Comments
Add Comment