Closed
Bug 48737
Opened 25 years ago
Closed 24 years ago
[MLK] Leaking result of SSM_PickleResource()
Categories
(Core :: Security: PSM, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: beard, Assigned: ddrinan0264)
References
()
Details
(Keywords: memory-leak, Whiteboard: [nsbeta3-])
The variable certBlob is leaking. It is allocated in SSMResourceCert_Pickle() but
never freed. The call site is in the URL field above.
Keywords: mlk
Comment 3•25 years ago
|
||
Leaving a mark here to say that I looked at the bug. There's no information
here about the severity of the leak, so I can't evaluate how important this is
to fix for beta 3. I suggest that we include this bug in the embedding review.
Adding embed keyword. I'm sure someone will correct me if I'm wrong about this.
Keywords: embed
Comment 4•25 years ago
|
||
Jud, will you take a look at this to determine if this is something you need for
embedding? I'm marking nsbeta3- for the time being.
Whiteboard: [nsbeta3-]
Comment 5•25 years ago
|
||
yea, we need this. it's a simple fix too (based on a quick glance at the code).
Whiteboard: [nsbeta3-]
Comment 6•25 years ago
|
||
OK. Marking nsbeta3+ for embedding per Jud's comment.
Whiteboard: [nsbeta3+]
Jud - do you want this in the nsbeta3/rtm branch? I can't tell. Per my email
with you, changing nsbeta3+ to nsbeta3- on all "embed" keyword bugs
since embedding changes will not be made in the mn6 branch. If this bug is an
exception, pls nominate for rtm.
Whiteboard: [nsbeta3+] → [nsbeta3-]
Comment 12•24 years ago
|
||
Marking fixed. This bug is not relevant now that PSM 2.0 is integrated into the
nightly builds.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•