https://bugs.winehq.org/show_bug.cgi?id=57691
Esme Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |madewokherd@gmail.com
--- Comment #1 from Esme Povirk madewokherd@gmail.com --- Yep, strcpy is documented as undefined behavior if the strings overlap, we should change that to memmove.