man 3 strcpy
BUGS
If the destination string of a strcpy() is not large enough (that is, if the programmer was stupid/lazy,
and failed to check the size before copying) then anything might happen. Overflowing fixed length strings
is a favourite cracker technique.