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 308711 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 right=%any with plutodebug=controlmore crash
eb37e81803cae135df7f4f963fda96867bf7a501.patch (text/plain), 1.16 KB, created by
Paul Wouters
on 2008-06-09 16:15:17 UTC
(
hide
)
Description:
fix for right=%any with plutodebug=controlmore crash
Filename:
MIME Type:
Creator:
Paul Wouters
Created:
2008-06-09 16:15:17 UTC
Size:
1.16 KB
patch
obsolete
>commit eb37e81803cae135df7f4f963fda96867bf7a501 >Author: Paul Wouters <paul@xelerance.com> >Date: Sun Jun 8 23:02:31 2008 -0400 > > Fix a debug line causing a crasher when we attempt to lookup a > connection with right=%any with plutodebug=controlmore enabled. > >diff --git a/programs/pluto/connections.c b/programs/pluto/connections.c >index 6be99a1..c5de9a3 100644 >--- a/programs/pluto/connections.c >+++ b/programs/pluto/connections.c >@@ -2076,10 +2076,10 @@ find_host_connection2(const char *func > struct connection *c; > char mebuf[ADDRTOT_BUF], himbuf[ADDRTOT_BUF]; > DBG(DBG_CONTROLMORE, >- DBG_log("find_host_connection called from %s, me=%s:%d him=%s:%d policy=%s", func >+ DBG_log("find_host_connection2 called from %s, me=%s:%d him=%s:%d policy=%s", func > , (addrtot(me, 0, mebuf, sizeof(mebuf)),mebuf), my_port >- , (addrtot(him, 0, himbuf, sizeof(himbuf)),himbuf), his_port >- , bitnamesof(sa_policy_bit_names, policy))); >+ , him ? (addrtot(him, 0, himbuf, sizeof(himbuf)),himbuf) : "%any" >+ , his_port , bitnamesof(sa_policy_bit_names, policy))); > c = find_host_pair_connections(__FUNCTION__, me, my_port, him, his_port); > > if (policy != LEMPTY) {
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