cvs commit: src/sys/kern kern_lockf.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Thu Apr 27 17:14:37 PDT 2006
dillon 2006/04/27 17:13:23 PDT
DragonFly src repository
Modified files:
sys/kern kern_lockf.c
Log:
Fix a bug in the POSIX locking code. The system could lose track of
range locks due to a bad flags assignment, resulting in odd operation and/or
an assertion at process exit. Fix the flags assignment.
Reported-by: Stefan Krueger <skrueger at xxxxxxxxxxxxxxxx>
Revision Changes Path
1.25 +1 -1 src/sys/kern/kern_lockf.c
http://www.dragonflybsd.org/cvsweb/src/sys/kern/kern_lockf.c.diff?r1=1.24&r2=1.25&f=u
More information about the Commits
mailing list