Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 May 2008 07:17:51 +0000 (UTC)
From:      Weongyo Jeong <weongyo@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/if_ndis if_ndis.c
Message-ID:  <200805300717.m4U7HqdT075123@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
weongyo     2008-05-30 07:17:51 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/if_ndis      if_ndis.c 
  Log:
  Fix a panic that it's occurred when NDIS init handler returned a error
  by unknown reasons.   In this case, sc->ifp is still NULL so it will
  cause a page fault during calling ndis_detach()
  
  Revision  Changes    Path
  1.140     +8 -5      src/sys/dev/if_ndis/if_ndis.c



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