]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Fix wrong error return (the errno was being returned and not placed
authorRandall Stewart <rrs@FreeBSD.org>
Mon, 25 Jun 2007 18:58:27 +0000 (18:58 +0000)
committerRandall Stewart <rrs@FreeBSD.org>
Mon, 25 Jun 2007 18:58:27 +0000 (18:58 +0000)
commit25d63f19e6d8dce36299ad2b249a2923c9327629
tree2c3b5a777af90141dc55223f278712a1d55ab347
parent6e347527f49bca5950a11a861936d4815d6b2529
- 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@freebsd.org(Ken Smith)
lib/libc/net/sctp_sys_calls.c