git: kernel - New threads should not inherit the sigaltstack
Matthew Dillon
dillon at crater.dragonflybsd.org
Thu Jul 7 09:20:32 PDT 2016
commit ea5bffb971d7550d5c51a5b7abd6920663223b27
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Thu Jul 7 08:53:38 2016 -0700
kernel - New threads should not inherit the sigaltstack
* New threads should not inherit the sigaltstack. The stack is still
inherited on a full fork().
* Fixes issue brought up by https://go-review.googlesource.com/#/c/18835/3
Reported-by: Tim Darby
Summary of changes:
sys/kern/kern_fork.c | 17 +++++++++++++++--
sys/kern/kern_sig.c | 3 +--
2 files changed, 16 insertions(+), 4 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ea5bffb971d7550d5c51a5b7abd6920663223b27
--
DragonFly BSD source repository
More information about the Commits
mailing list