CVSROOT:        /cvs
Module name:    src
Changes by:     t...@cvs.openbsd.org    2013/06/01 10:04:46

Modified files:
        sys/kern       : kern_fork.c 

Log message:
As found by kurt, there's a twisty race between exit1 and fork1
with threaded processes. Fix this by checking for an attempt to go
single threaded in fork1 and account for the new thread as well.
ok espie guenther kurt

Reply via email to