[Bug 38558] cmd.exe bundled with Windows XP messed up when using FOR /F

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Jul 16 13:47:03 CDT 2018


https://bugs.winehq.org/show_bug.cgi?id=38558

--- Comment #11 from katsunori.kumatani at gmail.com ---
Created attachment 61807
  --> https://bugs.winehq.org/attachment.cgi?id=61807
Be conservative when dst overlaps into src

This solves the bug when dst overlaps into src from a lower address. The
opposite case, when src overlaps into dst from a lower address, is not an issue
with the former code path (16 bytes at a time).

Minimal performance impact of only one branch before the loop, should not
affect small strings much.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list