Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 20037
b: refs/heads/master
c: e110ab9
h: refs/heads/master
i:
  20035: 31932f0
v: v3
  • Loading branch information
Al Viro committed Feb 8, 2006
1 parent dc9965c commit 89a4779
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 3023b438c4b6103d520690cfa8b790bdd3868dc2
refs/heads/master: e110ab94ebc714de57f75f0c7c576dde8cf80944
4 changes: 2 additions & 2 deletions trunk/fs/select.c
Original file line number Diff line number Diff line change
Expand Up @@ -510,9 +510,9 @@ asmlinkage long sys_pselect6(int n, fd_set __user *inp, fd_set __user *outp,

if (sig) {
if (!access_ok(VERIFY_READ, sig, sizeof(void *)+sizeof(size_t))
|| __get_user(up, (sigset_t * __user *)sig)
|| __get_user(up, (sigset_t __user * __user *)sig)
|| __get_user(sigsetsize,
(size_t * __user)(sig+sizeof(void *))))
(size_t __user *)(sig+sizeof(void *))))
return -EFAULT;
}

Expand Down

0 comments on commit 89a4779

Please sign in to comment.