Date: Mon, 25 Jun 2007 18:58:27 +0000 (UTC) From: Randall Stewart <rrs@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/net sctp_sys_calls.c Message-ID: <200706251858.l5PIwSIu090848@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@freebsd.org(Ken Smith) Revision Changes Path 1.10 +24 -10 src/lib/libc/net/sctp_sys_calls.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706251858.l5PIwSIu090848>