1 2 3 4 5 6 7
#include <iostream> int main() { char* pointer = 0L; strcpy(pointer, "Hahahahahahahaha"); std::cout << "hello, world" << std::endl; }
1
Segmentation fault