March 2009
3 posts
marco:
I had to test a crash reporter.
int *x;
*x = 1;
It felt dirty.