Open
Bug 465829
Opened 17 years ago
Updated 2 years ago
Possible memory leak in SECMOD_DeleteModuleEx
Categories
(NSS :: Libraries, defect, P5)
Tracking
(Not tracked)
NEW
People
(Reporter: rrelyea, Assigned: rrelyea)
Details
If STAN_RemoveModuleFromDefaultTrustDomain() failes, we don't free the module list element that we dequed from the array
| Assignee | ||
Comment 1•17 years ago
|
||
This problem turns out to be a low severity problem. STAN_RemoveModuleFromDefaultTrustDomain currently cannot fail.
Still the logic should be fixed at some point so we don't introduce a regression if we ever allow the above function to fail.
bob
Severity: normal → trivial
Updated•3 years ago
|
Severity: trivial → S4
Updated•2 years ago
|
Priority: -- → P5
You need to log in
before you can comment on or make changes to this bug.
Description
•