commit | 3a5d30bf272c8db8e16e1e7ad5b8953f08df3e82 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Mon Feb 17 18:55:32 2014 +0000 |
committer | Riku Voipio <riku.voipio@linaro.org> | Tue Feb 18 16:54:06 2014 +0200 |
tree | 8a33e508e2457d0a91a915f1dfd0574df17494f9 | |
parent | 6afafa86f3446f5e6dd410cc2c442e98adabc26c [diff] |
linux-user/signal.c: Don't pass sigaction uninitialised sa_flags When forcing a fatal signal, we weren't initialising the sa_flags field in the struct sigaction we used to reset the signal handler to SIG_DFL. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Riku Voipio <riku.voipio@linaro.org>