dthelp: Avoid undefined behaviour in strcpy
authorFrederic Koehler <f.koehler427@gmail.com>
Fri, 28 Sep 2012 18:21:12 +0000 (14:21 -0400)
committerJon Trulson <jon@radscan.com>
Sun, 30 Sep 2012 01:21:27 +0000 (19:21 -0600)
commit4773d6815392fccb5e11e361bd427bc2afbd581e
tree072050d008a71ba68b42029286a277e788087ddc
parent794836282911e5fb8033e6c4b7e57ad862db325e
dthelp: Avoid undefined behaviour in strcpy

Technically strcpy's ranges cannot overlap at all,
although in practice this is usually not an issue.
Does quiet a valgrind warning, however.
cde/lib/DtHelp/FormatSDL.c