mirror of
https://github.com/reactos/reactos.git
synced 2026-07-02 06:44:37 +08:00
- return WSAEMSGSIZE on both STATUS_BUFFER_TOO_SMALL / STATUS_BUFFER_OVERFLOW:
svn path=/trunk/; revision=40287
This commit is contained in:
@@ -326,6 +326,7 @@ DWORD MsafdReturnWithErrno(NTSTATUS Status,
|
||||
case STATUS_PENDING:
|
||||
*Errno = WSA_IO_PENDING;
|
||||
break;
|
||||
case STATUS_BUFFER_TOO_SMALL:
|
||||
case STATUS_BUFFER_OVERFLOW:
|
||||
DbgPrint("MSAFD: STATUS_BUFFER_TOO_SMALL/STATUS_BUFFER_OVERFLOW\n");
|
||||
*Errno = WSAEMSGSIZE;
|
||||
|
||||
Reference in New Issue
Block a user