cvs commit: src/sys/fs/specfs spec_vnops.c

Alan Cox alc at FreeBSD.org
Fri Aug 22 10:50:37 PDT 2003


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


More information about the cvs-src mailing list