Hacker News new | ask | show | jobs
by magicalhippo 877 days ago
Recall trying to find some fun bugs caused by uninitialized memory, which was made harder to find due to the fact that the debug runtime zeroed memory allocations while the release runtime did not.