Maxime Villard
2014-04-12 09:12:47 UTC
Hi,
after hearing about bouyer@'s mbuf leak problem, I launched my code scanner on
netinet/, and it found a bug:
-------------------------- netinet/if_arp.c l.1476 --------------------------
if ((m = m_gethdr(M_DONTWAIT, MT_DATA)) == NULL)
return;
[...]
if (tha == NULL)
return;
-----------------------------------------------------------------------------
'm' is leaked. However, this is not my area of working; can someone fix it?
(and it doesn't solve his problem)
Regards,
Maxime
--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de
after hearing about bouyer@'s mbuf leak problem, I launched my code scanner on
netinet/, and it found a bug:
-------------------------- netinet/if_arp.c l.1476 --------------------------
if ((m = m_gethdr(M_DONTWAIT, MT_DATA)) == NULL)
return;
[...]
if (tha == NULL)
return;
-----------------------------------------------------------------------------
'm' is leaked. However, this is not my area of working; can someone fix it?
(and it doesn't solve his problem)
Regards,
Maxime
--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de