Date: Fri, 22 Aug 2003 10:50:32 -0700 (PDT) From: Alan Cox <alc@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/specfs spec_vnops.c Message-ID: <200308221750.h7MHoWlw028290@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308221750.h7MHoWlw028290>