Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 04 Dec 2000 20:48:38 +0100
From:      mouss <usebsd@free.fr>
To:        security@FreeBSD.ORG
Subject:   ipfw/dummy: memory leak or what?
Message-ID:  <4.3.0.20001204204204.04b31e90@pop.free.fr>

next in thread | raw e-mail | index | archive | help
Hi guys,

while looking at the ip_input code, and more particularly at the dummy net 
stuff
in the start, I saw the
	m = m->m_next;

given that m is supposed to be freed wen delivered, I don't see when is the 
dummy
net mbuf (the one containing the rule, and that is skipped by the ->m_next 
above)
will be freed.
Is this a memory leak opprotunity or am I missing something?


regards,
mouss



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-security" in the body of the message




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