From owner-cvs-all@FreeBSD.ORG Fri May 30 07:17:52 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 69EC5106564A; Fri, 30 May 2008 07:17:52 +0000 (UTC) (envelope-from weongyo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 336468FC16; Fri, 30 May 2008 07:17:52 +0000 (UTC) (envelope-from weongyo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4U7Hqse075124; Fri, 30 May 2008 07:17:52 GMT (envelope-from weongyo@repoman.freebsd.org) Received: (from weongyo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4U7HqdT075123; Fri, 30 May 2008 07:17:52 GMT (envelope-from weongyo) Message-Id: <200805300717.m4U7HqdT075123@repoman.freebsd.org> From: Weongyo Jeong Date: Fri, 30 May 2008 07:17:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/if_ndis if_ndis.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 07:17:52 -0000 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