[Bug 45935] Race condition in implementation of MoveFile, MoveFileEx, MoveFileWithProgress

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Oct 7 19:37:50 CDT 2018


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

--- Comment #10 from Joshua <joshudson at gmail.com> ---
> It's already the fallback for moving files across filesystems (i.e. rename() returns EXDEV).

The particular caller I'm using is guaranteed to never try to span filesystems
due to source and target being in the same directory. I suppose I could have
said MoveFileEx(sourcefile, taragetfle, 0); which must fail on EXDEV.

-- 
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