mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2024-12-24 09:18:19 +08:00
e2fsck: fix valgrind commit in sigcatcher
Thanks to Andreas Dilger for catching this. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
This commit is contained in:
parent
771e8db9f0
commit
dd62d85606
@ -218,6 +218,7 @@ void sigcatcher_setup(void)
|
||||
{
|
||||
struct sigaction sa;
|
||||
|
||||
memset(&sa, 0, sizeof(struct sigaction));
|
||||
sa.sa_sigaction = die_signal_handler;
|
||||
sa.sa_flags = SA_SIGINFO;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user