[Bug 12326] SHELL_FindExecutable breaks "mailto:" URL

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Jun 27 16:20:40 CDT 2008


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


Mikolaj Zalewski <mikolaj.zalewski at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mikolaj.zalewski at gmail.com




--- Comment #5 from Mikolaj Zalewski <mikolaj.zalewski at gmail.com>  2008-06-27 16:20:39 ---
The lstrcpynW are obviously incorrect - the last parameter should be the number
of characters, not the number of bytes. Also, we should be probably using
INTERNET_MAX_URL instead of MAX_PATH. The INTERNET_MAX_URL gives 2048 bytes for
the path part of the URL.


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