From owner-freebsd-current@FreeBSD.ORG Thu May 15 11:23:34 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 D227F37B401 for ; Thu, 15 May 2003 11:23:33 -0700 (PDT) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12A7943F3F for ; Thu, 15 May 2003 11:23:32 -0700 (PDT) (envelope-from mb@imp.ch) Received: from cvs.imp.ch (cvs.imp.ch [157.161.4.9]) by mail.imp.ch (8.12.6p2/8.12.3) with ESMTP id h4FINOPq005277; Thu, 15 May 2003 20:23:25 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Date: Thu, 15 May 2003 20:23:24 +0200 (CEST) From: Martin Blapp To: Julian Elischer In-Reply-To: Message-ID: <20030515202221.X47986@cvs.imp.ch> References: 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 18:23:35 -0000 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