cvs commit: src/sys/kern vfs_vopops.c

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Jul 20 13:20:42 PDT 2006


dillon      2006/07/20 13:16:24 PDT

DragonFly src repository

  Modified files:
    sys/kern             vfs_vopops.c 
  Log:
  Check the the ops mount pointer is not NULL before indirecting through it.
  The mount pointer can be NULL if the vnode is dead.  This can occur if a
  tty is revoke()'d.
  
  Reported-by: walt <wa1ter at xxxxxxxxxxxxx>, Thomas Schlesinger <schlesinger at xxxxxxxxxxxxx>
  
  Revision  Changes    Path
  1.30      +7 -1      src/sys/kern/vfs_vopops.c


http://www.dragonflybsd.org/cvsweb/src/sys/kern/vfs_vopops.c.diff?r1=1.29&r2=1.30&f=u





More information about the Commits mailing list