Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 536122 Details for
Bug 658308
net-misc/openssh-7.7_p1-r4 sshd segfaults with USE=sctp
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fixup patch for sshd with USE=sctp
sctp-fix.patch (text/plain), 590 bytes, created by
Andreas Steinmetz
on 2018-06-17 16:46:03 UTC
(
hide
)
Description:
fixup patch for sshd with USE=sctp
Filename:
MIME Type:
Creator:
Andreas Steinmetz
Created:
2018-06-17 16:46:03 UTC
Size:
590 bytes
patch
obsolete
>--- a/sshd.c 2018-06-17 18:25:16.044234911 +0200 >+++ b/sshd.c 2018-06-17 18:30:05.043073830 +0200 >@@ -1128,11 +1128,13 @@ > static void > server_listen_sctp(void) > { >+ int i; > int ret, listen_sock, on = 1; > struct addrinfo *ai, *aiv6; > char ntop[NI_MAXHOST], strport[NI_MAXSERV]; > >- for (ai = options.listen_addrs; ai; ai = ai->ai_next) { >+ for (i = 0; i < options.num_listen_addrs; i++) >+ for (ai = options.listen_addrs[i].addrs; ai; ai = ai->ai_next) { > if (ai->ai_family != AF_INET && ai->ai_family != AF_INET6) > continue; > /* Ignore multi-homing addresses at this point */
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 658308
: 536122