Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Apr 1996 23:02:30 -0700 (PDT)
From:      Bill Fenner <fenner>
To:        hsu@clinet.fi, fenner, freebsd-bugs, fenner
Subject:   Re: kern/1140
Message-ID:  <199604150602.XAA00793@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
Synopsis: arpresolve does a null pointer dereference through rt0

State-Changed-From-To: open-analyzed
State-Changed-By: fenner
State-Changed-When: Sun Apr 14 22:54:09 PDT 1996
State-Changed-Why: 
The recent change to the arp code didn't take into account the
fact that ip_output doesn't supply a route when IP_ROUTETOIF
is set.  The solution is probably to uncomment and fill in ifa_rt
in the struct ifaddr and use it in the IP_ROUTETOIF case.


Responsible-Changed-From-To: freebsd-bugs->fenner
Responsible-Changed-By: fenner
Responsible-Changed-When: Sun Apr 14 22:54:09 PDT 1996
Responsible-Changed-Why: 
Fenner changed the arp code.



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