From owner-cvs-all Sat Dec 1 12:51:15 2001 Delivered-To: cvs-all@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id 395E837B41C; Sat, 1 Dec 2001 12:51:11 -0800 (PST) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.11.4/8.11.4) id fB1KpAp47152; Sat, 1 Dec 2001 15:51:10 -0500 (EST) (envelope-from wollman) Date: Sat, 1 Dec 2001 15:51:10 -0500 (EST) From: Garrett Wollman Message-Id: <200112012051.fB1KpAp47152@khavrinen.lcs.mit.edu> To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_mroute.c ip_output.c In-Reply-To: <200112011348.fB1DmGf07402@freefall.freebsd.org> References: <200112011348.fB1DmGf07402@freefall.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG < said: > Allow for ip_output() to be called with a NULL route pointer. > This fixes a panic I introduced yesterday in ip_icmp.c,v 1.64. I think this fix is a bug. I want to require all callers of ip_output() to already have either a route or an interface (iff routing is disabled). -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message