#include <string.h> main() { char sz[5]; strcpy(sz, "abcdefghijklmnopqrstuvwxyz"); // buffer overrun }