Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 297748
b: refs/heads/master
c: bb6fa8b
h: refs/heads/master
v: v3
  • Loading branch information
H. Peter Anvin committed Mar 14, 2012
1 parent de53760 commit b14a117
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 55283e2537714f9370c4ab847d170acf223daf90
refs/heads/master: bb6fa8b275e132b1e9319dbab94211543a0b7bd3
2 changes: 1 addition & 1 deletion trunk/arch/x86/ia32/ia32_signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
int copy_siginfo_to_user32(compat_siginfo_t __user *to, siginfo_t *from)
{
int err = 0;
bool ia32 = !is_ia32_task();
bool ia32 = is_ia32_task();

if (!access_ok(VERIFY_WRITE, to, sizeof(compat_siginfo_t)))
return -EFAULT;
Expand Down

0 comments on commit b14a117

Please sign in to comment.