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 718176 Details for
Bug 929357
resource leak: must call PK11_FreeSlot after SECMOD_CloseUserDB
[?]
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]
patch to fix the problem
0001-must-call-PK11_FreeSlot-after-SECMOD_CloseUserDB-to-.patch (text/plain), 827 bytes, created by
Rich Megginson
on 2013-03-29 21:38:39 UTC
(
hide
)
Description:
patch to fix the problem
Filename:
MIME Type:
Creator:
Rich Megginson
Created:
2013-03-29 21:38:39 UTC
Size:
827 bytes
patch
obsolete
>From 6330d1b87a45b447f33fe8ffd6fbbce9e60bb0ec Mon Sep 17 00:00:00 2001 >From: Rich Megginson <rmeggins@redhat.com> >Date: Thu, 28 Mar 2013 19:05:02 -0600 >Subject: [PATCH] must call PK11_FreeSlot after SECMOD_CloseUserDB to remove ref to slot > >--- > libraries/libldap/tls_m.c | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > >diff --git a/libraries/libldap/tls_m.c b/libraries/libldap/tls_m.c >index 072d41d..c59d303 100644 >--- a/libraries/libldap/tls_m.c >+++ b/libraries/libldap/tls_m.c >@@ -2063,6 +2063,8 @@ tlsm_ctx_free ( tls_ctx *ctx ) > "TLS: could not close certdb slot - error %d:%s.\n", > errcode, PR_ErrorToString( errcode, PR_LANGUAGE_I_DEFAULT ), 0 ); > } >+ PK11_FreeSlot( c->tc_certdb_slot ); >+ c->tc_certdb_slot = NULL; > } > PL_strfree( c->tc_pin_file ); > c->tc_pin_file = NULL; >-- >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 929357
: 718176