mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-26 00:21:17 +00:00
[CVE-2009-0029] System call wrappers part 33
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
This commit is contained in:
parent
d4e82042c4
commit
2b66421995
2 changed files with 2 additions and 1 deletions
|
@ -1059,7 +1059,7 @@ SYSCALL_DEFINE2(pipe2, int __user *, fildes, int, flags)
|
|||
return error;
|
||||
}
|
||||
|
||||
asmlinkage long sys_pipe(int __user *fildes)
|
||||
SYSCALL_DEFINE1(pipe, int __user *, fildes)
|
||||
{
|
||||
return sys_pipe2(fildes, 0);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue