Subject: Re: dead mbufs in ip_input?? To: Adolf Hohl <adolf.hohl@security.kpnqwest.com> From: None <itojun@iijlab.net> List: tech-net Date: 11/15/2000 23:29:50
>Hi,
>during my work I recognised, that after an unsuccesfull m_pullup call at
>the beginning of ip_input there is only a return instead of mfree.
on m_pullup failure, mbuf will be freed. see sys/kern/uipc_mbuf.c.
itojun