From owner-cvs-src-old@FreeBSD.ORG Sun Apr 11 11:49:47 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B52D21065743 for ; Sun, 11 Apr 2010 11:49:47 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 881E58FC0C for ; Sun, 11 Apr 2010 11:49:47 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o3BBnlQS026216 for ; Sun, 11 Apr 2010 11:49:47 GMT (envelope-from bz@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o3BBnlIr026215 for cvs-src-old@freebsd.org; Sun, 11 Apr 2010 11:49:47 GMT (envelope-from bz@repoman.freebsd.org) Message-Id: <201004111149.o3BBnlIr026215@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to bz@repoman.freebsd.org using -f From: "Bjoern A. Zeeb" Date: Sun, 11 Apr 2010 11:49:24 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net if.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Apr 2010 11:49:47 -0000 bz 2010-04-11 11:49:24 UTC FreeBSD src repository Modified files: sys/net if.c Log: SVN rev 206469 on 2010-04-11 11:49:24Z by bz In if_detach_internal() only try to do the detach run if if_attachdomain1() has actually succeeded to initialize and attach. There is a theoretical possibility to drop out early in if_attachdomain1() leaving the array uninitialized if we cannot get the lock. Discussed with: rwatson MFC after: 10 days Revision Changes Path 1.379 +1 -1 src/sys/net/if.c