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 151768 Details for
Bug 235388
CVE-2007-1841 ipsec-tools racoon DoS
[?]
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]
Proposed upstream patch
racoon.patch (text/plain), 772 bytes, created by
Josh Bressers
on 2007-04-05 15:11:56 UTC
(
hide
)
Description:
Proposed upstream patch
Filename:
MIME Type:
Creator:
Josh Bressers
Created:
2007-04-05 15:11:56 UTC
Size:
772 bytes
patch
obsolete
>Index: src/racoon/isakmp_inf.c >=================================================================== >RCS file: /cvsroot/ipsec-tools/ipsec-tools/src/racoon/isakmp_inf.c,v >retrieving revision 1.14.4.9 >diff -u -p -r1.14.4.9 isakmp_inf.c >--- src/racoon/isakmp_inf.c 2 Aug 2005 15:09:26 -0000 1.14.4.9 >+++ src/racoon/isakmp_inf.c 2 Apr 2007 12:52:07 -0000 >@@ -267,12 +267,12 @@ isakmp_info_recv(iph1, msg0) > > switch (np) { > case ISAKMP_NPTYPE_N: >- if (isakmp_info_recv_n(iph1, msg) < 0) >- goto end; >+ if ( encrypted ) >+ isakmp_info_recv_n(iph1, msg); > break; > case ISAKMP_NPTYPE_D: >- if (isakmp_info_recv_d(iph1, msg) < 0) >- goto end; >+ if ( encrypted ) >+ isakmp_info_recv_d(iph1, msg); > break; > case ISAKMP_NPTYPE_NONCE: > /* XXX to be 6.4.2 ike-01.txt */
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 235388
: 151768