urlmon: IsValidUrl should not fail if first parameter is not NULL

Dan Kegel dank at kegel.com
Sun Mar 20 20:45:51 CDT 2011


Tests show that IsValidUrl ignores its first parameter
totally on Windows NT and 2000, and accepts
a valid bind context pointer (but not a random value)
on XP and higher.  So requiring it to be null is wrong.

This patch makes it ignore the first parameter,
adds conformance tests for non-null first parameter,
and lets Lost Saga's downloader work
( http://bugs.winehq.org/show_bug.cgi?id=26497 )
-------------- next part --------------
A non-text attachment was scrubbed...
Name: isvalidurl-2.patch
Type: application/octet-stream
Size: 1480 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20110321/47bd5b93/attachment.obj>


More information about the wine-patches mailing list