[Bug 25186] Tom Clancy's Splinter Cell installer locks up

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Nov 17 12:02:32 CST 2010


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

--- Comment #3 from Andrew Eikum <aeikum at codeweavers.com> 2010-11-17 12:02:32 CST ---
Yeah, this was a dumb mistake on my part.  That section of the code tries to
generate the most valid UNIX path possible, falling back on appending the
unknown parts to the end of this partially-complete path.  dospath_end
should've been decremented after assigning its character to '/', to avoid this
infinite loop.  I've sent a patch that should fix this:

shell32: Fix an off-by-one error that causes an infinite loop
<http://source.winehq.org/patches/data/68602>

Thanks for reporting, Piotr.

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