]> git.lizzy.rs Git - rust.git/commit
Auto merge of #31684 - tmiasko:alternate-stack, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 18 Feb 2016 23:23:22 +0000 (23:23 +0000)
committerbors <bors@rust-lang.org>
Thu, 18 Feb 2016 23:23:22 +0000 (23:23 +0000)
commit8842e28be8857e8e37591e2dec469d6720c278cb
tree0993e9663e68ab676419c48fb4502d633f640788
parentde366b5218974e79c4961e26f063e5fb51039745
parent77922b817e012989ee8b0f371242e078e58b9ca1
Auto merge of #31684 - tmiasko:alternate-stack, r=alexcrichton

Remove alternate stack with sigaltstack before unmaping it.

Also reuse existing signal stack if already set, this is especially
useful when working with sanitizers that configure alternate stack
themselves.

This change depends on SS_DISABLE recently introduced in libc crate and updates
this git submodule accordingly.