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

next in thread | previous in thread | raw e-mail | index | archive | help
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
> 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0305151201030.12957-100000>