Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
2b664219
Commit
2b664219
authored
Jan 14, 2009
by
Heiko Carstens
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CVE-2009-0029] System call wrappers part 33
Signed-off-by:
Heiko Carstens
<
heiko.carstens@de.ibm.com
>
parent
d4e82042
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
fs/pipe.c
fs/pipe.c
+1
-1
include/linux/syscalls.h
include/linux/syscalls.h
+1
-0
No files found.
fs/pipe.c
View file @
2b664219
...
...
@@ -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
);
}
...
...
include/linux/syscalls.h
View file @
2b664219
...
...
@@ -685,6 +685,7 @@ asmlinkage long sys_ppoll(struct pollfd __user *, unsigned int,
struct
timespec
__user
*
,
const
sigset_t
__user
*
,
size_t
);
asmlinkage
long
sys_pipe2
(
int
__user
*
,
int
);
asmlinkage
long
sys_pipe
(
int
__user
*
);
int
kernel_execve
(
const
char
*
filename
,
char
*
const
argv
[],
char
*
const
envp
[]);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment