http://bugs.winehq.org/show_bug.cgi?id=12326
Mikolaj Zalewski mikolaj.zalewski@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mikolaj.zalewski@gmail.com
--- Comment #5 from Mikolaj Zalewski mikolaj.zalewski@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.