git: kernel - Fix seg-fault in clock interrupt due to race
Matthew Dillon
dillon at crater.dragonflybsd.org
Thu Feb 17 00:43:30 PST 2011
commit 7bea4e6400e22ea6ced177c82b5f83aff4b8ea3f
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Thu Feb 17 00:41:43 2011 -0800
kernel - Fix seg-fault in clock interrupt due to race
* Fix a seg-fault which can occur due to races against a newly created
process whos lwp has not been completely initialized.
Summary of changes:
sys/kern/kern_synch.c | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7bea4e6400e22ea6ced177c82b5f83aff4b8ea3f
--
DragonFly BSD source repository
More information about the Commits
mailing list