Closed
Bug 482614
Opened 16 years ago
Closed 16 years ago
mozStorageVariant leaks its internal data due to non-virtual destructor
Categories
(Core :: SQLite and Embedded Database Bindings, defect, P2)
Core
SQLite and Embedded Database Bindings
Tracking
()
RESOLVED
FIXED
mozilla1.9.2a1
People
(Reporter: sdwilsh, Assigned: bent.mozilla)
References
Details
(Keywords: fixed1.9.1, Whiteboard: [fixed1.9.1b4])
Attachments
(1 file)
928 bytes,
patch
|
sdwilsh
:
review+
|
Details | Diff | Splinter Review |
just ugh...patch coming.
This should block because anyone using the storage async API getting strings or blobs back is going to leak the string buffer or the nsTArray_base for the blob.
Flags: blocking1.9.1?
Updated•16 years ago
|
Flags: blocking1.9.1? → blocking1.9.1+
Priority: -- → P1
Reporter | ||
Updated•16 years ago
|
Priority: P1 → P2
Summary: mozStorageVariant leaks its internal buffer due to non-virtual destructor → mozStorageVariant leaks its internal data due to non-virtual destructor
Target Milestone: --- → mozilla1.9.2a1
Reporter | ||
Updated•16 years ago
|
Assignee: nobody → bent.mozilla
Status: NEW → ASSIGNED
Reporter | ||
Comment 1•16 years ago
|
||
bent made this patch on my machine. r=me
Attachment #366687 -
Flags: review+
Reporter | ||
Comment 2•16 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 3•16 years ago
|
||
http://hg.mozilla.org/releases/mozilla-1.9.1/rev/01d8fa7182b0
test will be added with bug 481227
Flags: in-testsuite?
Updated•16 years ago
|
Keywords: fixed1.9.1
Whiteboard: [fixed1.9.1b4]
Updated•4 months ago
|
Product: Toolkit → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•