dillon      2006/05/02 14:30:43 PDT

DragonFly src repository

  Modified files:
    sys/kern             kern_descrip.c 
  Log:
  Fix a bug in close().  When a descriptor is closed, all process leaders
  sharing that descriptor table must clear any related POSIX locks.  The
  code was looping through all the leaders but passing the wrong process
  pointer to VOP_ADVLOCK, resulting in an assertion panic later on in exit1().
  
  Reported-by: Stefan Krueger <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.52      +1 -1      src/sys/kern/kern_descrip.c


http://www.dragonflybsd.org/cvsweb/src/sys/kern/kern_descrip.c.diff?r1=1.51&r2=1.52&f=u

Reply via email to