Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 115888
b: refs/heads/master
c: 966c807
h: refs/heads/master
v: v3
  • Loading branch information
WANG Cong authored and Linus Torvalds committed Oct 20, 2008
1 parent c1546c7 commit b5ee5b1
Show file tree
Hide file tree
Showing 2 changed files with 3 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: d12a6f7f913afb2c6f5de44cbac1bb7232a03175
refs/heads/master: 966c8079c0eae66242692184982dc70671dbe90f
3 changes: 2 additions & 1 deletion trunk/arch/um/sys-i386/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,8 @@ static int copy_sc_from_user(struct pt_regs *regs,
if (have_fpx_regs) {
struct user_fxsr_struct fpx;

err = copy_from_user(&fpx, &sc.fpstate->_fxsr_env[0],
err = copy_from_user(&fpx,
&((struct _fpstate __user *)sc.fpstate)->_fxsr_env[0],
sizeof(struct user_fxsr_struct));
if (err)
return 1;
Expand Down

0 comments on commit b5ee5b1

Please sign in to comment.