https://bugs.winehq.org/show_bug.cgi?id=49663
Stefan Dösinger stefan@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |stefan@codeweavers.com
--- Comment #14 from Stefan Dösinger stefan@codeweavers.com ---
Anyways, for now the simplified patch should be good enough, if not, then we could still extend memmove to call musl memcpy if no overlap is present.
Note that it isn't as easy as comparing pointers + range. Various mmap shenanigans might be going on that make memory areas that look separate overlap.