From owner-cvs-src@FreeBSD.ORG Thu Oct 16 09:17:18 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6316616A4B3; Thu, 16 Oct 2003 09:17:18 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC4E443FF7; Thu, 16 Oct 2003 09:17:17 -0700 (PDT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9GGHHXJ003103; Thu, 16 Oct 2003 09:17:17 -0700 (PDT) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9GGHHNx003102; Thu, 16 Oct 2003 09:17:17 -0700 (PDT) (envelope-from sam) Message-Id: <200310161617.h9GGHHNx003102@repoman.freebsd.org> From: Sam Leffler Date: Thu, 16 Oct 2003 09:17:17 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net route.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Oct 2003 16:17:18 -0000 sam 2003/10/16 09:17:17 PDT FreeBSD src repository Modified files: sys/net route.c Log: Correct handling of cloning loop avoidance: rtalloc1 may return a null pointer in which case we should not do the unlock. Supported by: FreeBSD Foundatin Revision Changes Path 1.87 +2 -1 src/sys/net/route.c