Closed
Bug 1216521
Opened 10 years ago
Closed 10 years ago
[CID 222168] leaked_storage: Variable rv going out of scope leaks the storage it points to
Categories
(NSS :: Libraries, defect)
NSS
Libraries
Tracking
(firefox44 affected)
RESOLVED
FIXED
3.21
| Tracking | Status | |
|---|---|---|
| firefox44 | --- | affected |
People
(Reporter: franziskus, Assigned: franziskus)
References
(Blocks 1 open bug)
Details
(Keywords: coverity)
Attachments
(1 file)
|
1.04 KB,
patch
|
ekr
:
review+
|
Details | Diff | Splinter Review |
rv has to be freed here when returning NULL
| Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8676230 -
Flags: review?(martin.thomson)
Comment 2•10 years ago
|
||
Comment on attachment 8676230 [details] [diff] [review]
CID222168.patch
Review of attachment 8676230 [details] [diff] [review]:
-----------------------------------------------------------------
Passing to ekr
Attachment #8676230 -
Flags: review?(martin.thomson) → review?(ekr)
Comment 3•10 years ago
|
||
Comment on attachment 8676230 [details] [diff] [review]
CID222168.patch
Review of attachment 8676230 [details] [diff] [review]:
-----------------------------------------------------------------
LGTM. Landed at:
https://hg.mozilla.org/projects/nss/rev/4f05e85715d7
Attachment #8676230 -
Flags: review?(ekr) → review+
| Assignee | ||
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → 3.21
| Assignee | ||
Updated•10 years ago
|
Summary: [CID 222166] leaked_storage: Variable rv going out of scope leaks the storage it points to → [CID 222168] leaked_storage: Variable rv going out of scope leaks the storage it points to
You need to log in
before you can comment on or make changes to this bug.
Description
•