task: Reset forked process signal mask
authorYu A Wang <yu.a.wang@intel.com>
Wed, 17 Aug 2011 08:04:32 +0000 (04:04 -0400)
committerSamuel Ortiz <sameo@linux.intel.com>
Wed, 17 Aug 2011 08:51:28 +0000 (10:51 +0200)
commit064b6a4f86c465bcfdb88b7a9446355462d78cfd
tree859be326c700619f2a2ebb0902581715cf38746d
parentd48d264504adee79da711698cd6eb81096b5c8d7
task: Reset forked process signal mask

The forked process inherits connmand's signal mask and thus has TERM and
INT blocked. As a consequence it can not be killed properly if the signal
mask is not reset.
src/task.c