#include /* Totally innocent piece of harmless C-code */ int main() { while(1) { malloc(256); } return 0; /* Totally reachable */ }