Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 139627
b: refs/heads/master
c: e4c2ff1
h: refs/heads/master
i:
  139625: 019bb78
  139623: 8694283
v: v3
  • Loading branch information
Miklos Szeredi authored and Linus Torvalds committed Apr 3, 2009
1 parent 5c077be commit fb7f2e7
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: 7130f2f5528fd9df8f18790730e39dff9136ee33
refs/heads/master: e4c2ff1cf2d7fc65d0fc6f88bc98338e0212ad52
3 changes: 2 additions & 1 deletion trunk/arch/um/kernel/syscall.c
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ int kernel_execve(const char *filename, char *const argv[], char *const envp[])

fs = get_fs();
set_fs(KERNEL_DS);
ret = um_execve(filename, argv, envp);
ret = um_execve((char *)filename, (char __user *__user *)argv,
(char __user *__user *) envp);
set_fs(fs);

return ret;
Expand Down

0 comments on commit fb7f2e7

Please sign in to comment.