Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jan 2006 09:40:29 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/pci if_xl.c
Message-ID:  <200601180940.k0I9eUBS043577@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
glebius     2006-01-18 09:40:29 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/pci              if_xl.c 
  Log:
  Check ifp before dereferencing it in xl_detach(). xl_detach() can be called
  from xl_attach(), when ifp is not defined yet.
  
  Found with:     Coverity Prevent(tm)
  
  Revision   Changes    Path
  1.190.2.7  +1 -1      src/sys/pci/if_xl.c



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