Hacker News new | ask | show | jobs
by ot 5570 days ago
I guess you are referring to this:

> I first heard about this from one of the developers of the hit game SimCity, who told me that there was a critical bug in his application: it used memory right after freeing it [...] the Windows developers, who disassembled SimCity, stepped through it in a debugger, found the bug, and added special code that checked if SimCity was running, and if it did, ran the memory allocator in a special mode in which you could still use memory after freeing it.

(from http://www.joelonsoftware.com/articles/APIWar.html )