Re: (re@) FIX: malloc(9)/free(9) confusion bug in netgraph
From: Martin Blapp (mb_at_imp.ch)
Date: 05/15/03
- Previous message: Robert Watson: "Re: (re@) FIX: malloc(9)/free(9) confusion bug in netgraph"
- In reply to: Julian Elischer: "Re: (re@) FIX: malloc(9)/free(9) confusion bug in netgraph"
- Next in thread: Julian Elischer: "Re: (re@) FIX: malloc(9)/free(9) confusion bug in netgraph"
- Reply: Julian Elischer: "Re: (re@) FIX: malloc(9)/free(9) confusion bug in netgraph"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 15 May 2003 20:23:24 +0200 (CEST) To: Julian Elischer <julian@elischer.org>
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
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
- Previous message: Robert Watson: "Re: (re@) FIX: malloc(9)/free(9) confusion bug in netgraph"
- In reply to: Julian Elischer: "Re: (re@) FIX: malloc(9)/free(9) confusion bug in netgraph"
- Next in thread: Julian Elischer: "Re: (re@) FIX: malloc(9)/free(9) confusion bug in netgraph"
- Reply: Julian Elischer: "Re: (re@) FIX: malloc(9)/free(9) confusion bug in netgraph"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|