commit | 1e7bfb2134dfec37ce04fb3a4ca89299e892d10c | [log] [tgz] |
---|---|---|
author | Heiko Carstens <heiko.carstens@de.ibm.com> | Wed Jan 14 14:14:29 2009 +0100 |
committer | Heiko Carstens <heiko.carstens@de.ibm.com> | Wed Jan 14 14:15:29 2009 +0100 |
tree | 99c676262e696754dcbfb2d6f59499972cd0c38c | |
parent | c4ea37c26a691ad0b7e86aa5884aab27830e95c9 [diff] [blame] |
[CVE-2009-0029] System call wrappers part 27 Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
diff --git a/fs/exec.c b/fs/exec.c index 71a6efe..0dd60a0 100644 --- a/fs/exec.c +++ b/fs/exec.c
@@ -99,7 +99,7 @@ * * Also note that we take the address to load from from the file itself. */ -asmlinkage long sys_uselib(const char __user * library) +SYSCALL_DEFINE1(uselib, const char __user *, library) { struct file *file; struct nameidata nd;