From owner-cvs-all Fri Oct 27 13:50:20 2000 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 2630037B4C5; Fri, 27 Oct 2000 13:50:15 -0700 (PDT) Received: (from wollman@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA92841; Fri, 27 Oct 2000 13:50:15 -0700 (PDT) (envelope-from wollman@FreeBSD.org) Message-Id: <200010272050.NAA92841@freefall.freebsd.org> From: Garrett Wollman Date: Fri, 27 Oct 2000 13:50:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net radix.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wollman 2000/10/27 13:50:15 PDT Modified files: sys/net radix.c Log: Initialize rn_mklist in rn_newpair(). The undocumented assumption seems to be that the nodes are bzero'd beforehand, but the submitter found that this was not always the case, and in any event defensive programming here costs epsilon squared. PR: 22244 Submitted by: Dave Gillam Revision Changes Path 1.22 +2 -1 src/sys/net/radix.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message