Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 May 2003 20:23:24 +0200 (CEST)
From:      Martin Blapp <mb@imp.ch>
To:        Julian Elischer <julian@elischer.org>
Cc:        FreeBSD current users <current@freebsd.org>
Subject:   Re: (re@) FIX: malloc(9)/free(9) confusion bug in netgraph
Message-ID:  <20030515202221.X47986@cvs.imp.ch>
In-Reply-To: <Pine.BSF.4.21.0305151053060.12957-100000@InterJet.elischer.org>
References:  <Pine.BSF.4.21.0305151053060.12957-100000@InterJet.elischer.org>

next in thread | previous in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030515202221.X47986>