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 152488 Details for
Bug 236247
CVE-2007-2028 Freeradius EAP-TTLS denial of service
[?]
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]
Upstream Patch
freeradius.patch (text/plain), 1.54 KB, created by
Josh Bressers
on 2007-04-12 17:31:12 UTC
(
hide
)
Description:
Upstream Patch
Filename:
MIME Type:
Creator:
Josh Bressers
Created:
2007-04-12 17:31:12 UTC
Size:
1.54 KB
patch
obsolete
>Index: ttls.c >=================================================================== >RCS file: /source/radiusd/src/modules/rlm_eap/types/rlm_eap_ttls/ttls.c,v >retrieving revision 1.17.2.2.2.4 >retrieving revision 1.17.2.2.2.5 >diff -a -u -r1.17.2.2.2.4 -r1.17.2.2.2.5 >--- ttls.c 16 Feb 2007 09:31:34 -0000 1.17.2.2.2.4 >+++ ttls.c 7 Apr 2007 21:49:32 -0000 1.17.2.2.2.5 >@@ -1,7 +1,7 @@ > /* > * rlm_eap_ttls.c contains the interfaces that are called from eap > * >- * Version: $Id: ttls.c,v 1.17.2.2.2.4 2007/02/16 09:31:34 aland Exp $ >+ * Version: $Id: ttls.c,v 1.17.2.2.2.5 2007/04/07 21:49:32 aland Exp $ > * > * This program is free software; you can redistribute it and/or modify > * it under the terms of the GNU General Public License as published by >@@ -259,6 +259,7 @@ > DEBUG2(" rlm_eap_ttls: Invalid length attribute %d", > attr); > pairfree(&first); >+ pairfree(&vp); > return NULL; > } > memcpy(&vp->lvalue, data, vp->length); >@@ -274,6 +275,7 @@ > DEBUG2(" rlm_eap_ttls: Invalid length attribute %d", > attr); > pairfree(&first); >+ pairfree(&vp); > return NULL; > } > memcpy(&vp->lvalue, data, vp->length); >@@ -344,6 +346,7 @@ > (vp->length > 16)) { > DEBUG2(" TTLS: Tunneled challenge has invalid length"); > pairfree(&first); >+ pairfree(&vp); > return NULL; > > } else { >@@ -357,6 +360,7 @@ > if (challenge[i] != vp->strvalue[i]) { > DEBUG2(" TTLS: Tunneled challenge is incorrect"); > pairfree(&first); >+ pairfree(&vp); > return NULL; > } > }
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 236247
: 152488