git: DragonFly_RELEASE_4_4 kernel - New threads should not inherit the sigaltstack
Matthew Dillon
dillon at crater.dragonflybsd.org
Thu Jul 7 09:31:58 PDT 2016
commit e5cb2f520ad7ece129e45b29e2b4024e7acfeee6
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/e5cb2f520ad7ece129e45b29e2b4024e7acfeee6
--
DragonFly BSD source repository
More information about the Commits
mailing list