commit | 213bc5bf02c6521170c6a948858190e7b5dbe659 | [log] [tgz] |
---|---|---|
author | Dave Allison <dallison@google.com> | Tue Jul 08 18:07:18 2014 -0700 |
committer | Dave Allison <dallison@google.com> | Wed Jul 09 21:43:27 2014 +0000 |
tree | a5d5597a06a3c8a829ce66e5982206218e8d85ce | |
parent | c21dc06adc8c8447561208a3fb72ccf6d0443613 [diff] |
Remove incorrect check for sa_mask in signal chaining This removes an incorrect check using the sa_mask field of the sigaction structure when chaining to a user's signal handler. The check prevented a user's handler being called when sa_mask was set. Thanks to primiano@ for the excellent bug report. Bug: 16005022 Change-Id: I0548003f4fc3b1889a6859091e603ead4a9b0607