[PATCH] wininet: Use 64-bit size for contentLength.

Daniel Lehman dlehman25 at gmail.com
Thu Aug 22 01:53:37 CDT 2019


> strtoulW won't do what you want on 32-bit platforms.

looks like even 64-bit windows (at least win10) errors if anything but
DWORD-size is passed in.  and it fails on overflow if Content-Length
exceeds sizeof(DWORD).  i'll update and resend

thanks
daniel



More information about the wine-devel mailing list