Closed
Bug 135338
Opened 23 years ago
Closed 23 years ago
CERT_ImportCerts leaks slot references
Categories
(NSS :: Libraries, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 133584
3.5
People
(Reporter: wtc, Assigned: wtc)
Details
The CERT_ImportCerts() function in certdb.c calls
PK11_GetInternalKeySlot() but does not free that
slot reference.
| Assignee | ||
Comment 1•23 years ago
|
||
Changed the QA contact to Bishakha.
QA Contact: sonja.mirtitsch → bishakhabanerjee
| Assignee | ||
Comment 2•23 years ago
|
||
Bob fixed this bug in rev. 1.27 of certdb.c. Then, in
revisions 1.28-1.30, we changed the code so that it
doesn't call PK11_GetInternalKeySlot() at all.
If we ever need to fix this bug in NSS 3.4.x, we can
apply Bob's fix in rev. 1.27 of certdb.c.
*** This bug has been marked as a duplicate of 133584 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Target Milestone: --- → 3.5
You need to log in
before you can comment on or make changes to this bug.
Description
•