kernel - New threads should not inherit the sigaltstack
commitea5bffb971d7550d5c51a5b7abd6920663223b27
authorMatthew Dillon <dillon@apollo.backplane.com>
Thu, 7 Jul 2016 15:53:38 +0000 (7 08:53 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Thu, 7 Jul 2016 15:53:38 +0000 (7 08:53 -0700)
tree61ce401386b26fefb3cf917153efaf18701e928e
parentf41543e16b49e0294028d1f4bb5a5667694536f1
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
sys/kern/kern_fork.c
sys/kern/kern_sig.c