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 577387 Details for
Bug 812423
nss_Init() leaks memory
[?]
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]
Plug the memory leak on nss_init
Bug-772628-nss_Init-leaks-memory.patch (text/plain), 847 bytes, created by
Elio Maldonado Batiz
on 2012-04-13 17:02:34 UTC
(
hide
)
Description:
Plug the memory leak on nss_init
Filename:
MIME Type:
Creator:
Elio Maldonado Batiz
Created:
2012-04-13 17:02:34 UTC
Size:
847 bytes
patch
obsolete
>From ea14b3279da63a344dcaf3466592c2619025ac28 Mon Sep 17 00:00:00 2001 >From: Kamil Dudka <kdudka@redhat.com> >Date: Mon, 9 Jan 2012 14:10:07 +0100 >Subject: [PATCH] nss - rhbz #772628 (fix a memory leak in nssinit.c) V2 > >--- > mozilla/security/nss/lib/nss/nssinit.c | 4 ++++ > 1 files changed, 4 insertions(+), 0 deletions(-) > >diff --git a/mozilla/security/nss/lib/nss/nssinit.c b/mozilla/security/nss/lib/nss/nssinit.c >index f1c0327..9fbbab7 100644 >--- a/mozilla/security/nss/lib/nss/nssinit.c >+++ b/mozilla/security/nss/lib/nss/nssinit.c >@@ -754,6 +754,10 @@ nss_Init(const char *configdir, const char *certPrefix, const char *keyPrefix, > PZ_NotifyAllCondVar(nssInitCondition); > PZ_Unlock(nssInitLock); > >+ if (initContextPtr && configStrings) { >+ PR_smprintf_free(configStrings); >+ } >+ > return SECSuccess; > > loser: >-- >1.7.1 >
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 812423
: 577387