git: kernel - Fix off-by-1 error in semexit
Matthew Dillon
dillon at crater.dragonflybsd.org
Thu Nov 15 12:32:41 PST 2012
commit 3d4204d75da1c2fa88798225754f59a4c347f400
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Thu Nov 15 12:30:51 2012 -0800
kernel - Fix off-by-1 error in semexit
* Fix an off-by-1 error that was preventing semexit from properly undoing
all the semaphores controlled by the exiting process.
Reported-by: lentferj, vsrinivas, others
Summary of changes:
sys/kern/sysv_sem.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3d4204d75da1c2fa88798225754f59a4c347f400
--
DragonFly BSD source repository
More information about the Commits
mailing list