signals: Fix signal during exit block bug
authorAlan Cox <alan@linux.intel.com>
Sun, 30 Oct 2016 10:46:09 +0000 (10:46 +0000)
committerAlan Cox <alan@linux.intel.com>
Sun, 30 Oct 2016 10:46:09 +0000 (10:46 +0000)
commit684f0b02545a54edb963970dba23e77a88ee3964
tree0f0687bdb59cc7b2780de0075bd00588190718fb
parentecb1db7159975775150472a5f3d737759decd123
signals: Fix signal during exit block bug

Issue #449 from Bret. Slightly extended from Bret's fix to ensure no further
signals also try and get themselves delivered.
Kernel/process.c