A friend sent me that code and alleges that it could damage the processor. Is that true?
void damage_processor() { while (true) { // Assembly code th
The code in question is unlikely to do much except reboot the machine. In my experience, an x86 CPU could be bricked by executing software code.