From owner-cvs-src@FreeBSD.ORG Fri Aug 22 10:50:36 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A653416A4D6; Fri, 22 Aug 2003 10:50:33 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F12C43F85; Fri, 22 Aug 2003 10:50:33 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h7MHoX0U028293; Fri, 22 Aug 2003 10:50:33 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7MHoWlw028290; Fri, 22 Aug 2003 10:50:32 -0700 (PDT) Message-Id: <200308221750.h7MHoWlw028290@repoman.freebsd.org> From: Alan Cox Date: Fri, 22 Aug 2003 10:50:32 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/specfs spec_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Aug 2003 17:50:37 -0000 alc 2003/08/22 10:50:32 PDT FreeBSD src repository Modified files: sys/fs/specfs spec_vnops.c Log: Use the requested page's object field instead of the vnode's. In some cases, the vnode's object field is not initialized leading to a NULL pointer dereference when the object is locked. Tested by: rwatson Revision Changes Path 1.208 +5 -2 src/sys/fs/specfs/spec_vnops.c