Date: Sun, 6 Jul 1997 21:20:03 -0700 (PDT) From: Bill Fenner <fenner@parc.xerox.com> To: freebsd-bugs Subject: Re: kern/4044: kernel crashes when ip_output() is called with a NULL route argument Message-ID: <199707070420.VAA22596@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/4044; it has been noted by GNATS. From: Bill Fenner <fenner@parc.xerox.com> To: owner-bugs@freebsd.org Cc: freebsd-gnats-submit@freebsd.org, terzis@pear.dnrc.bell-labs.com, terzis@cs.ucla.edu Subject: Re: kern/4044: kernel crashes when ip_output() is called with a NULL route argument Date: Sun, 6 Jul 1997 21:18:13 PDT Note, this message had a malformed From: header of "terzis@cs..ucla.edu". >a test for a NULL argument has been removed from this version of the code. This was a conscious decision. It's now an error to hand a packet to ip_output with a NULL route argument. Use a private cached route (see IGMP for an example). Bill
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199707070420.VAA22596>