Re: [PATCH 3/3] ws2_32: Implement get socket option SO_PROTOCOL_INFO

2013-09-02 Thread Alexandre Julliard
Bruno Jesus 00cp...@gmail.com writes: +items = WSAEnumProtocolsW(NULL, NULL, listsize); +if (items == SOCKET_ERROR WSAGetLastError() == WSAENOBUFS + (buffer = HeapAlloc(GetProcessHeap(), 0, listsize))) +{ +items = WSAEnumProtocolsW(NULL, buffer, listsize); +

Re: [PATCH 3/3] ws2_32: Implement get socket option SO_PROTOCOL_INFO

2013-08-30 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at https://newtestbot.winehq.org/JobDetails.pl?Key=1945 Your paranoid