From owner-freebsd-current@FreeBSD.ORG Thu May 15 12:01:18 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D88337B407 for ; Thu, 15 May 2003 12:01:18 -0700 (PDT) Received: from sccrmhc01.attbi.com (sccrmhc01.attbi.com [204.127.202.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47B7543F85 for ; Thu, 15 May 2003 12:01:17 -0700 (PDT) (envelope-from julian@elischer.org) Received: from interjet.elischer.org (12-232-168-4.client.attbi.com[12.232.168.4]) by attbi.com (sccrmhc01) with ESMTP id <20030515190116001004osdhe>; Thu, 15 May 2003 19:01:16 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id MAA20572; Thu, 15 May 2003 12:01:15 -0700 (PDT) Date: Thu, 15 May 2003 12:01:14 -0700 (PDT) From: Julian Elischer To: Martin Blapp In-Reply-To: <20030515202221.X47986@cvs.imp.ch> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: FreeBSD current users Subject: Re: (re@) FIX: malloc(9)/free(9) confusion bug in netgraph X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 May 2003 19:01:18 -0000 committed.. On Thu, 15 May 2003, Martin Blapp wrote: > > Hi, > > > I found it.. > > it's a wrong malloc type on a FREE() > > it only happens in shutting down the node in some cases so you shouldn't > > see it much. > > > > - FREE(priv, M_NETGRAPH); > > + FREE(priv, M_NETGRAPH_BRIDGE); > > Thanks a lot Julian ! > > Martin >