Rein Klazes a écrit :
Hi,
This fixes a case of stack corruption in "the bat!" email program.
Windows WSAStartup() (tested with win98 and win2K') doesn't fill in or use the WSADATA's lpVendorInfo field, and apparently this program has cut the field from the structure accordingly
according to MSDN, this should only be done if version >= 2 is requested IMO, your patch should take care of the version requested before filling the different fields A+
On Tue, 16 Jul 2002 19:30:53 +0200, you wrote:
Rein Klazes a écrit :
Hi,
This fixes a case of stack corruption in "the bat!" email program.
Windows WSAStartup() (tested with win98 and win2K') doesn't fill in or use the WSADATA's lpVendorInfo field, and apparently this program has cut the field from the structure accordingly
according to MSDN, this should only be done if version >= 2 is requested IMO, your patch should take care of the version requested before filling the different fields A+
The program requests version 1.1; I tested with the same value under real windows.
Rein