From owner-cvs-all@FreeBSD.ORG Wed Jun 11 07:55:19 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 F2CA11065672; Wed, 11 Jun 2008 07:55:18 +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 D1AF08FC1E; Wed, 11 Jun 2008 07:55:18 +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 m5B7tIK1057464; Wed, 11 Jun 2008 07:55:18 GMT (envelope-from weongyo@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m5B7tIYC057463; Wed, 11 Jun 2008 07:55:18 GMT (envelope-from weongyo@repoman.freebsd.org) Message-Id: <200806110755.m5B7tIYC057463@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to weongyo@repoman.freebsd.org using -f From: Weongyo Jeong Date: Wed, 11 Jun 2008 07:55:07 +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/compat/ndis subr_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: Wed, 11 Jun 2008 07:55:19 -0000 weongyo 2008-06-11 07:55:07 UTC FreeBSD src repository Modified files: sys/compat/ndis subr_ndis.c Log: SVN rev 179720 on 2008-06-11 07:55:07Z by weongyo fix a page fault that it occurred during ifp is NULL. This bug happens when NDIS driver's initialization is failed and NDIS driver's trying to call NdisWriteErrorLogEntry(). Revision Changes Path 1.113 +2 -2 src/sys/compat/ndis/subr_ndis.c