Re: Questions on ip_output.c's patch for FreeBSD-SA-02:21.tcpip

2002-04-18 Thread Keiichi SHIMA / 島慶一
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

Re: Questions on ip_output.c's patch for FreeBSD-SA-02:21.tcpip

2002-04-18 Thread JINMEI Tatuya / 神明達哉
> 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

Re: Questions on ip_output.c's patch for FreeBSD-SA-02:21.tcpip

2002-04-18 Thread Ruslan Ermilov
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

Re: Questions on ip_output.c's patch for FreeBSD-SA-02:21.tcpip

2002-04-18 Thread Keiichi SHIMA / 島慶一
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

Re: Questions on ip_output.c's patch for FreeBSD-SA-02:21.tcpip

2002-04-18 Thread Ruslan Ermilov
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 > >

Questions on ip_output.c's patch for FreeBSD-SA-02:21.tcpip

2002-04-18 Thread SUZUKI Shinsuke
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: