Fixes to wininet.dll

Jens Briesofsky jeb at swym.net
Sun Nov 23 01:47:32 CST 2003


My first set of patches contributed to wine, the results of my struggle 
getting Climateprediction.net to work...

ChangeLog:
	Jens Briesofsky <jeb at swym.net>
	* found members of URL_COMPONENTSA in cookie.c to be uninitialized, 
	  initialized to 0 using memset.
	* found misaligned http-header to corrupt contents type binary (in http.c)
	  for checksum verified data.
	* in internet.c, call to WideCharToMultibyte with illegal parameter caused
	  errorcode to be set for GetLastError(), resulting in application failure to
	  connect - added paramter checking.
	* in netconnection.c, strncpy was used to read data from a buffer, this
	   resulted in failure when dealing with binary content. replaced with memcpy

-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch.diff
Type: text/x-diff
Size: 6571 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20031123/e4d451af/patch.bin


More information about the wine-patches mailing list