Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199807
b: refs/heads/master
c: 7cbe177
h: refs/heads/master
i:
  199805: 61fa7a8
  199803: c3b87f6
  199799: 044fa08
  199791: 486439e
  199775: efa1961
  199743: c21a879
  199679: 813dfd2
v: v3
  • Loading branch information
Heiko Carstens authored and Linus Torvalds committed Jun 4, 2010
1 parent cbbf6b9 commit 9646fd7
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: eaa6e4dd4bf243a357056448e54d7c673cd44acb
refs/heads/master: 7cbe17701a0379c7b05a79a6df4f24e41d2afde8
2 changes: 1 addition & 1 deletion trunk/fs/compat.c
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ ssize_t compat_rw_copy_check_uvector(int type,
tot_len += len;
if (tot_len < tmp) /* maths overflow on the compat_ssize_t */
goto out;
if (!access_ok(vrfy_dir(type), buf, len)) {
if (!access_ok(vrfy_dir(type), compat_ptr(buf), len)) {
ret = -EFAULT;
goto out;
}
Expand Down

0 comments on commit 9646fd7

Please sign in to comment.