Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361283
b: refs/heads/master
c: 2ca3952
h: refs/heads/master
i:
  361281: 5105058
  361279: 69f1184
v: v3
  • Loading branch information
Kees Cook authored and Linus Torvalds committed Mar 13, 2013
1 parent efed745 commit 4f90062
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f8749452adcddd62e3707709ec2ae4856e70a3f2
refs/heads/master: 2ca39528c01a933f6689cd6505ce65bd6d68a530
3 changes: 3 additions & 0 deletions trunk/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,9 @@ flush_signal_handlers(struct task_struct *t, int force_default)
if (force_default || ka->sa.sa_handler != SIG_IGN)
ka->sa.sa_handler = SIG_DFL;
ka->sa.sa_flags = 0;
#ifdef SA_RESTORER
ka->sa.sa_restorer = NULL;
#endif
sigemptyset(&ka->sa.sa_mask);
ka++;
}
Expand Down

0 comments on commit 4f90062

Please sign in to comment.