Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 480879 Details for
Bug 539183
FTBFS nss-3.12.4-13.1.fc13
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Short-term fix for ssl test suites hangs on ipv6 type connections
nss-539183.patch (text/plain), 1.20 KB, created by
Elio Maldonado Batiz
on 2011-02-24 23:03:46 UTC
(
hide
)
Description:
Short-term fix for ssl test suites hangs on ipv6 type connections
Filename:
MIME Type:
Creator:
Elio Maldonado Batiz
Created:
2011-02-24 23:03:46 UTC
Size:
1.20 KB
patch
obsolete
>Index: mozilla/security/nss/cmd/selfserv/selfserv.c >=================================================================== >RCS file: /cvsroot/mozilla/security/nss/cmd/selfserv/selfserv.c,v >retrieving revision 1.94 >diff -p -u -8 -r1.94 selfserv.c >--- mozilla/security/nss/cmd/selfserv/selfserv.c 3 Apr 2010 18:27:27 -0000 1.94 >+++ mozilla/security/nss/cmd/selfserv/selfserv.c 24 Feb 2011 02:28:02 -0000 >@@ -1487,21 +1487,21 @@ PRFileDesc * > getBoundListenSocket(unsigned short port) > { > PRFileDesc * listen_sock; > int listenQueueDepth = 5 + (2 * maxThreads); > PRStatus prStatus; > PRNetAddr addr; > PRSocketOptionData opt; > >- addr.inet.family = PR_AF_INET; >- addr.inet.ip = PR_INADDR_ANY; >- addr.inet.port = PR_htons(port); >+ if (PR_SetNetAddr(PR_IpAddrAny, PR_AF_INET6, port, &addr) != PR_SUCCESS) { >+ errExit("PR_SetNetAddr"); >+ } > >- listen_sock = PR_NewTCPSocket(); >+ listen_sock = PR_OpenTCPSocket(PR_AF_INET6); > if (listen_sock == NULL) { > errExit("PR_NewTCPSocket"); > } > > opt.option = PR_SockOpt_Nonblocking; > opt.value.non_blocking = PR_FALSE; > prStatus = PR_SetSocketOption(listen_sock, &opt); > if (prStatus < 0) {
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 539183
:
372046
|
372047
|
372048
|
372049
|
372050
|
372051
| 480879