]> Git Repo - qemu.git/commit - linux-user/signal.c
linux-user/signal.c: Don't pass sigaction uninitialised sa_flags
authorPeter Maydell <[email protected]>
Mon, 17 Feb 2014 18:55:32 +0000 (18:55 +0000)
committerRiku Voipio <[email protected]>
Tue, 18 Feb 2014 14:54:06 +0000 (16:54 +0200)
commit3a5d30bf272c8db8e16e1e7ad5b8953f08df3e82
tree8a33e508e2457d0a91a915f1dfd0574df17494f9
parent6afafa86f3446f5e6dd410cc2c442e98adabc26c
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 <[email protected]>
Signed-off-by: Riku Voipio <[email protected]>
linux-user/signal.c
This page took 0.02475 seconds and 4 git commands to generate.