1
0
Files
linux/net
Al Viro 56b31d1c9f unexport sock_map_fd(), switch to sock_alloc_file()
Both modular callers of sock_map_fd() had been buggy; sctp one leaks
descriptor and file if copy_to_user() fails, 9p one shouldn't be
exposing file in the descriptor table at all.

Switch both to sock_alloc_file(), export it, unexport sock_map_fd() and
make it static.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2012-09-26 21:08:50 -04:00
..
2012-08-15 21:36:30 -07:00
2012-09-21 20:49:26 -07:00
2012-09-22 15:35:05 -04:00
2012-09-25 16:04:44 -04:00
2012-08-15 21:36:31 -07:00