Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Apr 2010 11:49:24 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/net if.c
Message-ID:  <201004111149.o3BBnlIr026215@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004111149.o3BBnlIr026215>