[Bug 28365] rmdir /s wrongly outputs "path not found" message when confirming a recursive directory deletion

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Sep 3 16:35:12 CDT 2012


http://bugs.winehq.org/show_bug.cgi?id=28365

Jason Edmeades <us at edmeades.me.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |us at edmeades.me.uk

--- Comment #1 from Jason Edmeades <us at edmeades.me.uk> 2012-09-03 16:35:12 CDT ---
This turns out to be a very simple issue - SHFileOperation is passed a list of
strings, and needs a double null termination to end the list. We only supply
one, so it walks onto whatever is in the memory buffer and attempts to delete
that, failing which results in cmd reporting the error message.. Trivial to fix

http://www.winehq.org/pipermail/wine-patches/2012-September/117461.html

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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