From owner-cvs-all@FreeBSD.ORG Thu Oct 5 13:24:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0226216A407; Thu, 5 Oct 2006 13:24:27 +0000 (UTC) (envelope-from Hartmut.Brandt@dlr.de) Received: from smtp-1.dlr.de (smtp-1.dlr.de [195.37.61.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A37643D45; Thu, 5 Oct 2006 13:24:25 +0000 (GMT) (envelope-from Hartmut.Brandt@dlr.de) Received: from knop-beagle.kn.op.dlr.de ([129.247.173.6]) by smtp-1.dlr.de over TLS secured channel with Microsoft SMTPSVC(6.0.3790.1830); Thu, 5 Oct 2006 15:24:24 +0200 Date: Thu, 5 Oct 2006 15:24:23 +0200 (CEST) From: Harti Brandt X-X-Sender: brandt_h@knop-beagle.kn.op.dlr.de To: Alexander Leidinger In-Reply-To: <200609301237.k8UCbhjI053212@repoman.freebsd.org> Message-ID: <20061005152402.M80458@knop-beagle.kn.op.dlr.de> References: <200609301237.k8UCbhjI053212@repoman.freebsd.org> X-OpenPGP-Key: harti@freebsd.org MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-OriginalArrivalTime: 05 Oct 2006 13:24:24.0141 (UTC) FILETIME=[930177D0:01C6E881] Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netgraph/atm/ccatm ng_ccatm.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Harti Brandt List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Oct 2006 13:24:27 -0000 On Sat, 30 Sep 2006, Alexander Leidinger wrote: AL>netchild 2006-09-30 12:37:43 UTC AL> AL> FreeBSD src repository AL> AL> Modified files: AL> sys/netgraph/atm/ccatm ng_ccatm.c AL> Log: AL> Don't use data after free. AL> AL> Found by: Coverity Prevent AL> CID: 536 AL> Submitted by: harti (via vs) AL> AL> Revision Changes Path AL> 1.3 +4 -1 src/sys/netgraph/atm/ccatm/ng_ccatm.c AL> AL> Thanks for finding and fixing this. harti