Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 308717 Details for
Bug 449382
openswan segv using RSA PKIX (x.509) mode
[?]
New
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.rh83 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]
fix for finding right=%any conns in find_host_connection2()
02b700c8e9654bea1398d43febad57e083cccab7.patch (text/plain), 827 bytes, created by
Paul Wouters
on 2008-06-09 16:31:45 UTC
(
hide
)
Description:
fix for finding right=%any conns in find_host_connection2()
Filename:
MIME Type:
Creator:
Paul Wouters
Created:
2008-06-09 16:31:45 UTC
Size:
827 bytes
patch
obsolete
>commit 02b700c8e9654bea1398d43febad57e083cccab7 >Author: Paul Wouters <paul@xelerance.com> >Date: Mon Jun 9 11:29:49 2008 -0400 > > Revert af family code in find_host_pair causing some connections to not > be found in find_host_connection2() > >diff --git a/programs/pluto/hostpair.c b/programs/pluto/hostpair.c >index 21971c9..b2253fa 100644 >--- a/programs/pluto/hostpair.c >+++ b/programs/pluto/hostpair.c >@@ -132,6 +132,8 @@ find_host_pair(const ip_address *myaddr > > /* default hisaddr to an appropriate any */ > if (hisaddr == NULL) { >+#if 0 >+ /* broken */ > const struct af_info *af = aftoinfo(addrtypeof(myaddr)); > > if(af == NULL) { >@@ -141,6 +143,9 @@ find_host_pair(const ip_address *myaddr > if(af) { > hisaddr = af->any; > } >+#else >+ hisaddr = aftoinfo(addrtypeof(myaddr))->any; >+#endif > } > > /*
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 449382
:
308365
|
308711
|
308714
|
308715
|
308716
| 308717 |
308720
|
308729
|
308732