git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29b6749
)
[NET]: Fix error reporting in sys_socketpair().
author
David S. Miller
<davem@sunset.davemloft.net>
Tue, 30 Oct 2007 04:54:02 +0000
(21:54 -0700)
committer
David S. Miller
<davem@sunset.davemloft.net>
Tue, 30 Oct 2007 05:37:34 +0000
(22:37 -0700)
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: David S. Miller <davem@davemloft.net>
No differences found