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 573510 Details for
Bug 806058
[PEM] pem_CreateObject() leaks memory given a non-existing file name
[?]
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 memory leak on non-existent file name
0003-Bug-806058-pem_CreateObject-leaks-mem-non-existent-f.patch (text/plain), 888 bytes, created by
Elio Maldonado Batiz
on 2012-03-29 03:27:42 UTC
(
hide
)
Description:
Fix memory leak on non-existent file name
Filename:
MIME Type:
Creator:
Elio Maldonado Batiz
Created:
2012-03-29 03:27:42 UTC
Size:
888 bytes
patch
obsolete
>From 14e8b614a0a2ee17ca5a499d8eb2afcc986e01b6 Mon Sep 17 00:00:00 2001 >From: Elio Maldonado <emaldona@redhat.com> >Date: Wed, 28 Mar 2012 20:14:38 -0700 >Subject: [PATCH 3/3] Bug 806058 - pem_CreateObject leaks mem non existent > filename > >--- > mozilla/security/nss/lib/ckfw/pem/pobject.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > >diff --git a/mozilla/security/nss/lib/ckfw/pem/pobject.c b/mozilla/security/nss/lib/ckfw/pem/pobject.c >index a65cb31..13569f8 100644 >--- a/mozilla/security/nss/lib/ckfw/pem/pobject.c >+++ b/mozilla/security/nss/lib/ckfw/pem/pobject.c >@@ -1225,6 +1225,7 @@ pem_CreateObject > nss_ZFreeIf(filename); > nss_ZFreeIf(derlist); > if ((pemInternalObject *) NULL == listItem->io) { >+ pem_DestroyInternalObject(listObj); > return (NSSCKMDObject *) NULL; > } > return pem_CreateMDObject(NULL, listObj, pError); >-- >1.7.7.6 >
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
Flags:
kdudka
: review+
Actions:
View
|
Diff
Attachments on
bug 806058
: 573510