Bugzilla – Attachment 2106 Details for
Bug 1950
sshd tries to bind over and over to ::1 for several seconds
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
skip family if address is unavailable (EADDRNOTAVAIL)
openssh-bind.patch (text/plain), 399 bytes, created by
Arkadiusz Miśkiewicz
on 2011-11-12 21:49:21 AEDT
(
hide
)
Description:
skip family if address is unavailable (EADDRNOTAVAIL)
Filename:
MIME Type:
Creator:
Arkadiusz Miśkiewicz
Created:
2011-11-12 21:49:21 AEDT
Size:
399 bytes
patch
obsolete
>--- openssh-5.9p1/channels.c~ 2011-06-23 00:31:57.000000000 +0200 >+++ openssh-5.9p1/channels.c 2011-11-12 11:37:15.242015675 +0100 >@@ -3301,6 +3301,8 @@ > if (bind(sock, ai->ai_addr, ai->ai_addrlen) < 0) { > debug2("bind port %d: %.100s", port, strerror(errno)); > close(sock); >+ if (errno == EADDRNOTAVAIL) >+ continue; > > for (n = 0; n < num_socks; n++) { > close(socks[n]);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1950
:
2105
| 2106