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 308729 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 crasher http://bugs.xelerance.com/view.php?id=928
3d604183ab4132599f912039c49d49d8fe1643fd.patch (text/plain), 997 bytes, created by
Paul Wouters
on 2008-06-09 17:32:11 UTC
(
hide
)
Description:
fix for crasher http://bugs.xelerance.com/view.php?id=928
Filename:
MIME Type:
Creator:
Paul Wouters
Created:
2008-06-09 17:32:11 UTC
Size:
997 bytes
patch
obsolete
>commit 3d604183ab4132599f912039c49d49d8fe1643fd >Author: Paul Wouters <paul@xelerance.com> >Date: Mon Jun 9 12:28:29 2008 -0400 > > Fix for http://bugs.xelerance.com/view.php?id=928 > >diff --git a/programs/pluto/ikev1_quick.c b/programs/pluto/ikev1_quick.c >index a6e2d46..7ea6b0d 100644 >--- a/programs/pluto/ikev1_quick.c >+++ b/programs/pluto/ikev1_quick.c >@@ -1993,6 +1993,9 @@ quick_inI1_outR1_cryptocontinue1(struct pluto_crypto_req_cont *pcrc > dh.md=md; > > e = quick_inI1_outR1_cryptotail(&dh, NULL); >+ if(e != STF_OK) >+ /* return error further down -- and hope they check it! */ >+ return e; > > if(dh.md != NULL) { > /* note: use qke-> pointer */ >@@ -2029,6 +2032,9 @@ quick_inI1_outR1_cryptocontinue2(struct pluto_crypto_req_cont *pcrc > set_suspended(st, NULL); > > e = quick_inI1_outR1_cryptotail(dh, r); >+ if(e != STF_OK) >+ /* return error further down -- and hope they check it! */ >+ return e; > > if(dh->md != NULL) { > complete_v1_state_transition(&dh->md, e);
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