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 644984 Details for
Bug 871612
CVE-2012-4559 CVE-2012-6063 libssh: multiple double free() flaws
[?]
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]
CVE-2012-4559-Ensure-we-don-t-free-blob-or-request-t.patch
0007-CVE-2012-4559-Ensure-we-don-t-free-blob-or-request-t.patch (text/plain), 911 bytes, created by
Andreas Schneider
on 2012-11-14 16:41:15 UTC
(
hide
)
Description:
CVE-2012-4559-Ensure-we-don-t-free-blob-or-request-t.patch
Filename:
MIME Type:
Creator:
Andreas Schneider
Created:
2012-11-14 16:41:15 UTC
Size:
911 bytes
patch
obsolete
>From 1471f2c67a23602898e783c97b65aea9cc6356a4 Mon Sep 17 00:00:00 2001 >From: Andreas Schneider <asn@cryptomilk.org> >Date: Fri, 5 Oct 2012 14:33:29 +0200 >Subject: [PATCH 07/13] CVE-2012-4559: Ensure we don't free blob or request > twice. > > >Signed-off-by: Andreas Schneider <asn@cryptomilk.org> >--- > src/agent.c | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/src/agent.c b/src/agent.c >index c3d13c8..5b0dba0 100644 >--- a/src/agent.c >+++ b/src/agent.c >@@ -439,6 +439,7 @@ ssh_string agent_sign_data(struct ssh_session_struct *session, > } > > ssh_string_free(blob); >+ blob = NULL; > > reply = ssh_buffer_new(); > if (reply == NULL) { >@@ -451,6 +452,7 @@ ssh_string agent_sign_data(struct ssh_session_struct *session, > return NULL; > } > ssh_buffer_free(request); >+ request = NULL; > > /* check if reply is valid */ > if (buffer_get_u8(reply, (uint8_t *) &type) != sizeof(uint8_t)) { >-- >1.8.0 >
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 871612
:
644659
|
644660
|
644661
| 644984 |
644985
|
644986