Words from the Inside
Uninteresting things from an uninteresting developer
Electric debugging
One of the most scary problems when I develop an application is a buffer overflow, that happens when you access a memory zone that it doesn’t have be assigned. The problem is that if you overwrite that zone, not always the program crashes, but it stills continues running with that...