From owner-cvs-all Sun Mar 11 9:50:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 007DD37B719; Sun, 11 Mar 2001 09:50:20 -0800 (PST) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2BHoJ138596; Sun, 11 Mar 2001 09:50:19 -0800 (PST) (envelope-from iedowse) Message-Id: <200103111750.f2BHoJ138596@freefall.freebsd.org> From: Ian Dowse Date: Sun, 11 Mar 2001 09:50:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_output.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG iedowse 2001/03/11 09:50:19 PST Modified files: sys/netinet ip_output.c Log: In ip_output(), initialise `ia' in the case where the packet has come from a dummynet pipe. Without this, the code which increments the per-ifaddr stats can dereference an uninitialised pointer. This should make dummynet usable again. Reported by: "Dmitry A. Yanko" Reviewed by: luigi, joe Revision Changes Path 1.123 +2 -1 src/sys/netinet/ip_output.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message