[CVE-2009-0029] System call wrappers part 15
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
This commit is contained in:
@@ -2718,7 +2718,7 @@ exit:
|
||||
return error;
|
||||
}
|
||||
|
||||
asmlinkage long sys_rename(const char __user *oldname, const char __user *newname)
|
||||
SYSCALL_DEFINE2(rename, const char __user *, oldname, const char __user *, newname)
|
||||
{
|
||||
return sys_renameat(AT_FDCWD, oldname, AT_FDCWD, newname);
|
||||
}
|
||||
|
Reference in New Issue
Block a user