From owner-cvs-src@FreeBSD.ORG Fri Jun 22 13:59:55 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 576A216A41F; Fri, 22 Jun 2007 13:59:55 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 32DDB13C447; Fri, 22 Jun 2007 13:59:55 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l5MDxtai070627; Fri, 22 Jun 2007 13:59:55 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from rrs@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l5MDxt23070626; Fri, 22 Jun 2007 13:59:55 GMT (envelope-from rrs) Message-Id: <200706221359.l5MDxt23070626@repoman.freebsd.org> From: Randall Stewart Date: Fri, 22 Jun 2007 13:59:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/net sctp_sys_calls.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jun 2007 13:59:55 -0000 rrs 2007-06-22 13:59:55 UTC FreeBSD src repository Modified files: lib/libc/net sctp_sys_calls.c Log: - Fix incorrect error return on sctp_getaddrlen - Fix a memory leak when a non v4/v6 address was passed in. - Take out strange line that copy's back to the src array incorrectly (corrupting the input array). Approved by: re(bmah@freebsd.org) Obtained from: Weongyo Jeong(weongyo.jeong@gmail.com) Revision Changes Path 1.9 +3 -3 src/lib/libc/net/sctp_sys_calls.c