Resent: dlls/wininet/http.c: HTTP_HttpOpenRequestA

Alexandre Julliard julliard at winehq.org
Thu May 15 17:17:10 CDT 2003


Uwe Bonnes <bon at elektron.ikp.physik.tu-darmstadt.de> writes:

>        dlls/wininet/http.c: HTTP_HttpOpenRequestA
>        Calculate size from the same argument that is used later
>        Check for possible NULL arguments

It makes no sense to check for NULL when computing the length and then
still put the strings into the buffer. If the strings can really be
NULL this must be handled properly everywhere, or not at all.

-- 
Alexandre Julliard
julliard at winehq.com



More information about the wine-devel mailing list