cvs commit: src/sys/kern kern_lockf.c kern_prot.c

Joerg Sonnenberger joerg at crater.dragonflybsd.org
Sun May 9 04:52:39 PDT 2004


joerg       2004/05/09 04:51:10 PDT

DragonFly src repository

  Modified files:
    sys/kern             kern_lockf.c kern_prot.c 
  Log:
  Fix two bugs in the lockf code. The first one is a missing reinitialization
  of the type field if an existing lock is extended to cover a bigger range
  with a different type. The second is related to the problem reported by
  Joerg Anslik <joerg at xxxxxxxxx> and comes from capturing real uid changes,
  but using the effective uid userinfo structure for the accounting.
  
  Revision  Changes    Path
  1.12      +1 -0      src/sys/kern/kern_lockf.c
  1.18      +2 -2      src/sys/kern/kern_prot.c


http://www.dragonflybsd.org/cvsweb/src/sys/kern/kern_lockf.c.diff?r1=1.11&r2=1.12&f=h
http://www.dragonflybsd.org/cvsweb/src/sys/kern/kern_prot.c.diff?r1=1.17&r2=1.18&f=h





More information about the Commits mailing list