Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 112785
b: refs/heads/master
c: ee2b92a
h: refs/heads/master
i:
  112783: 1aeea54
v: v3
  • Loading branch information
Suresh Siddha authored and Ingo Molnar committed Aug 14, 2008
1 parent 679820e commit abed9bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: d4439087d316613548c70472291bf4ca646ce24b
refs/heads/master: ee2b92a8201a40021ecd1aee6f0625dc03bacc54
3 changes: 0 additions & 3 deletions trunk/arch/x86/kernel/signal_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,6 @@ static int setup_rt_frame(int sig, struct k_sigaction *ka, siginfo_t *info,
frame = (void __user *)round_down(
(unsigned long)fp - sizeof(struct rt_sigframe), 16) - 8;

if (!access_ok(VERIFY_WRITE, fp, sizeof(struct _fpstate)))
goto give_sigsegv;

if (save_i387_xstate(fp) < 0)
err |= -1;
} else
Expand Down

0 comments on commit abed9bc

Please sign in to comment.