Skip to content
Commit bf3c23d1 authored by David S. Miller's avatar David S. Miller
Browse files

[NET]: Fix error reporting in sys_socketpair().



If either of the two sock_alloc_fd() calls fail, we
forget to update 'err' and thus we'll erroneously
return zero in these cases.

Based upon a report and patch from Rich Paul, and
commentary from Chuck Ebbert.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 29b67497
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment