Re: ws2_32: ioctlsocket should try to check if argp is valid (try 2)

2008-09-09 Thread Juan Lang
Hi Jeff, +if(sock == INVALID_SOCKET) +skip(Creating the socket failed: %d, skipping test.\n, WSAGetLastError()); skip needs a return too. +ret = ioctlsocket(sock, cmds[i], (u_long *)1); +if(ok(ret == SOCKET_ERROR, ioctlsocket succeeded unexpectedly\n)) +{ I

Re: ws2_32: ioctlsocket should try to check if argp is valid (try 2)

2008-09-09 Thread Jeff Zaroyko
On Wed, Sep 10, 2008 at 4:55 AM, Juan Lang [EMAIL PROTECTED] wrote: Hi Jeff, +if(sock == INVALID_SOCKET) +skip(Creating the socket failed: %d, skipping test.\n, WSAGetLastError()); skip needs a return too. +ret = ioctlsocket(sock, cmds[i], (u_long *)1); +