From: Ruslan Ermilov <[EMAIL PROTECTED]>
> > If the reason is "Prevent icmp_reflect() from calling ip_output() with
> > a NULL route pointer which will then result in the allocated route's
> >~
> > reference count never being dec
> On Thu, 18 Apr 2002 12:47:22 +0300,
> Ruslan Ermilov <[EMAIL PROTECTED]> said:
>> KAME rewrote the attached patch to improve this point:
>> - This memory leak is fixed, of course:-)
>> (at least I confirmed on 5-current).
>> - Non-NULL rtentry for ip_output() is still accepted. So onl
On Thu, Apr 18, 2002 at 08:05:50PM +0900, Keiichi SHIMA / ? wrote:
> Hi,
>
> From: Ruslan Ermilov <[EMAIL PROTECTED]>
>
> > I strongly object to this change. BSD historically didn't allow for
> > ip_output() to be called with the NULL route pointer. I changed this
>
> I don't know the
Hi,
From: Ruslan Ermilov <[EMAIL PROTECTED]>
> I strongly object to this change. BSD historically didn't allow for
> ip_output() to be called with the NULL route pointer. I changed this
I don't know the history of BSD, but, if the reason is the history
(that BSD didn't allow NULL route), I ag
On Thu, Apr 18, 2002 at 04:28:11PM +0900, SUZUKI Shinsuke wrote:
> Hello all,
>
> #I'm not sure where to discuss this issue. So please forward this
> #mail or reply with CC for the appropriate person or ML.
>
> > FreeBSD-SA-02:21.tcpip Security Advisory
> >
Hello all,
#I'm not sure where to discuss this issue. So please forward this
#mail or reply with CC for the appropriate person or ML.
> FreeBSD-SA-02:21.tcpip Security Advisory
> Topic: routing table memory leak
> Category: core
> Module: