Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 385
b: refs/heads/master
c: 7130667
h: refs/heads/master
i:
  383: 489d8ed
v: v3
  • Loading branch information
Arun Sharma authored and Tony Luck committed Apr 22, 2005
1 parent 079a47e commit c63cba4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: efab7739d99eae948971140b2aa3dddf7f72c900
refs/heads/master: 7130667107cd3ab9d6802b69bab63c7d22f20bd4
5 changes: 2 additions & 3 deletions trunk/arch/ia64/ia32/ia32_signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -460,10 +460,9 @@ __ia32_rt_sigsuspend (compat_sigset_t *sset, unsigned int sigsetsize, struct sig
sigset_t oldset, set;

scr->scratch_unat = 0; /* avoid leaking kernel bits to user level */
memset(&set, 0, sizeof(&set));
memset(&set, 0, sizeof(set));

if (memcpy(&set.sig, &sset->sig, sigsetsize))
return -EFAULT;
memcpy(&set.sig, &sset->sig, sigsetsize);

sigdelsetmask(&set, ~_BLOCKABLE);

Expand Down

0 comments on commit c63cba4

Please sign in to comment.