http://bugs.winehq.org/show_bug.cgi?id=2975
Summary: MSVCRT _swab works incorrectly if source and destination buffer is the same Product: Wine Version: unspecified Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P4 Component: wine-winelib AssignedTo: wine-bugs@winehq.org ReportedBy: eav@mail.nnov.ru
_swab ( char* src, char* dst, size_t size ) function from winelib's msvcrt dll gives wrong results when src = dst