On Wednesday 28 May 2008 10:08:49 Paul Vriens wrote:
Hi,
As pi_size was uninitialized the value turned out to be the cause of this crash.
I don't know where that limit ( 2*sizeof(WSAPROTOCOL_INFOA) ) comes from but tests show it has to be less then that on win98.
Whoops, thanks for the catch. I had that initialized to 0 at one point in my test program, but it seems like I dropped it while reworking the tests.
Cheers, Kai