Subject: NetBSD master CVS tree commits
To: None <source-changes@netbsd.org>
From: The Source of All Evil <source@netbsd.org>
List: source-changes
Date: 08/04/1998 12:50:01
kleink
Tue Aug  4 12:48:34 PDT 1998
Update of /cvsroot/src/lib/libc/sys
In directory nb00:/tmp/cvs-serv12038/lib/libc/sys

Modified Files:
	recv.2 send.2 
Log Message:
Per XNS Issue 5, calling recvmsg(2) or sendmsg(2) with an msg.msg_iovlen less
than or equal to 0 shall fail with EMSGSIZE; the latter condition was not being
checked for.  Also, document the msg.msg_iovlen > {IOV_MAX} case.


kleink
Tue Aug  4 12:48:35 PDT 1998
Update of /cvsroot/src/sys/kern
In directory nb00:/tmp/cvs-serv12038/sys/kern

Modified Files:
	uipc_syscalls.c 
Log Message:
Per XNS Issue 5, calling recvmsg(2) or sendmsg(2) with an msg.msg_iovlen less
than or equal to 0 shall fail with EMSGSIZE; the latter condition was not being
checked for.  Also, document the msg.msg_iovlen > {IOV_MAX} case.