From owner-cvs-src@FreeBSD.ORG Sat Mar 26 22:23:19 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BF2116A4CE; Sat, 26 Mar 2005 22:23:19 +0000 (GMT) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F02A43D4C; Sat, 26 Mar 2005 22:23:19 +0000 (GMT) (envelope-from sam@errno.com) Received: from [66.127.85.91] (sam@[66.127.85.91]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id j2QMNIms069173 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 26 Mar 2005 14:23:18 -0800 (PST) (envelope-from sam@errno.com) Message-ID: <4245E15B.7090105@errno.com> Date: Sat, 26 Mar 2005 14:25:31 -0800 From: Sam Leffler User-Agent: Mozilla Thunderbird 1.0RC1 (X11/20041208) X-Accept-Language: en-us, en MIME-Version: 1.0 To: src-committers@FreeBSD.org References: <200503262220.j2QMKMpq088087@repoman.freebsd.org> In-Reply-To: <200503262220.j2QMKMpq088087@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet igmp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Sat, 26 Mar 2005 22:23:19 -0000 Sam Leffler wrote: > sam 2005-03-26 22:20:22 UTC > > FreeBSD src repository > > Modified files: > sys/netinet igmp.c > Log: > deal with malloc failures > > Noticed by: Coverity Prevent analysis tool > Together with: mdodd > Some with igmp-fu should review this to see if there are better ways to handle the error conditions. Sam