commit | 4d32998299ec82452761327dd5d33face4cfe1fa | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Wed May 31 20:24:51 2017 -0700 |
committer | Josh Gao <jmgao@google.com> | Thu Jun 01 13:19:36 2017 -0700 |
tree | 2991598f450f08ee353bd418cd51ada9ed319591 | |
parent | 192289ec4e3848b6945a251954c5a3116fba0aec [diff] |
sigchain: properly block signal when we forward. The previous code incorrectly chose to unblock the received signal when SA_NODEFER was passed, instead of blocking the signal when SA_NODEFER was not passed. Bug: http://b/38305752 Bug: http://b/62189102 Bug: http://b/62202711 Test: m test-art-host Merged-In: I2a7176b2a9fc7cdd0193face46f6d14a617ca814 Change-Id: I2a7176b2a9fc7cdd0193face46f6d14a617ca814 (cherry picked from commit 04de4fe1a9999c9a2dea724d70efd91a87d8f9b0)