[CVE-2009-0029] System call wrappers part 07
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
This commit is contained in:
@ -1789,7 +1789,7 @@ out_put:
|
||||
* Shutdown a socket.
|
||||
*/
|
||||
|
||||
asmlinkage long sys_shutdown(int fd, int how)
|
||||
SYSCALL_DEFINE2(shutdown, int, fd, int, how)
|
||||
{
|
||||
int err, fput_needed;
|
||||
struct socket *sock;
|
||||
|
Reference in New Issue
Block a user