hugz

63
reputation
1
6

void core_dumped() { int i; for(i = 0 ; i < INT_MAX ; i++) malloc(INT_MAX); }

And then watch the world burning.