diff options
author | Samuel Cabrero <samuelcabrero@gmail.com> | 2022-06-29 05:42:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-28 23:42:52 -0400 |
commit | 2108309302ec66c71646b762ee32d8ef0ad9618e (patch) | |
tree | 0ef996a671e6a89554185ae0bb1177b1a76425cd /docs/src | |
parent | 27eec099d60a3aa8a9e4e14906a6f79f98d1e67f (diff) | |
download | libuv-2108309302ec66c71646b762ee32d8ef0ad9618e.tar.gz libuv-2108309302ec66c71646b762ee32d8ef0ad9618e.zip |
unix,tcp: fix errno handling in uv__tcp_bind() (#3652)
The errno value is only meaningful if bind() fails and returns -1.
Some bind() implementations may return success but modify errno value
internally, like the socket_wrapper library used by the Samba testsuite.
Diffstat (limited to 'docs/src')
0 files changed, 0 insertions, 0 deletions