cvs commit: src/lib/libc/net sctp_sys_calls.c
Randall Stewart
rrs at FreeBSD.org
Mon Jun 25 18:58:29 UTC 2007
rrs 2007-06-25 18:58:27 UTC
FreeBSD src repository
Modified files:
lib/libc/net sctp_sys_calls.c
Log:
- Fix wrong error return (the errno was being returned and not placed
in errno) - Found by Weongyo Jeong
- Remove two extra un-needed memset() after calloc()'s - Found by
Weongyo Jeong
- Tightened up parameter requirement checking on input to
bindx/connectx per socket api spec.
Approved by: re at freebsd.org(Ken Smith)
Revision Changes Path
1.10 +24 -10 src/lib/libc/net/sctp_sys_calls.c
More information about the cvs-src
mailing list