DragonFly BSD
DragonFly commits List (threaded) for 2006-07
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/kern vfs_vopops.c


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 20 Jul 2006 13:16:24 -0700 (PDT)

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@xxxxxxxxxxxxx>, Thomas Schlesinger <schlesinger@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]