Closed
Bug 180927
Opened 22 years ago
Closed 21 years ago
nsNNTPNewsgroupList::CleanUp deletes uninitialized m_knownArts.set
Categories
(MailNews Core :: Backend, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: timeless, Assigned: timeless)
References
Details
(Keywords: crash)
Attachments
(1 file)
(deleted),
patch
|
dmosedale
:
review+
bzbarsky
:
superreview+
|
Details | Diff | Splinter Review |
if (m_knownArts.set) {
delete m_knownArts.set;
+ m_knownArts.set 0xcdcdcdcd
nsNNTPNewsgroupList::CleanUp(nsNNTPNewsgroupList * const 0x03b43380) line 148 +
31 bytes
nsNNTPNewsgroupList::~nsNNTPNewsgroupList() line 109
nsNNTPNewsgroupList::`scalar deleting destructor'(unsigned int 1) + 15 bytes
nsNNTPNewsgroupList::Release(nsNNTPNewsgroupList * const 0x03b43380) line 111 +
179 bytes
XPCWrappedNative::~XPCWrappedNative() line 547 + 18 bytes
XPCWrappedNative::`scalar deleting destructor'(unsigned int 1) + 15 bytes
XPCWrappedNative::Release(XPCWrappedNative * const 0x03b43320) line 777 + 147 bytes
XPCWrappedNative::FlatJSObjectFinalized(JSContext * 0x004f3e70, JSObject *
0x035820f0) line 897
XPC_WN_NoHelper_Finalize(JSContext * 0x004f3e70, JSObject * 0x035820f0) line 632
js_FinalizeObject(JSContext * 0x004f3e70, JSObject * 0x035820f0) line 1840 + 96
bytes
js_GC(JSContext * 0x004f3e70, unsigned int 0) line 1311 + 11 bytes
js_ForceGC(JSContext * 0x004f3e70, unsigned int 0) line 993 + 13 bytes
JS_GC(JSContext * 0x004f3e70) line 1659 + 11 bytes
main(int 1, char * * 0x004a46b4) line 939 + 10 bytes
mainCRTStartup() line 338 + 17 bytes
Attachment #106809 -
Flags: superreview?(bzbarsky)
Attachment #106809 -
Flags: review?(suresh)
Comment 2•22 years ago
|
||
Comment on attachment 106809 [details] [diff] [review]
move constructor stuff to the constructor...
sr=bzbarsky if those are in the right order (please check!)
Attachment #106809 -
Flags: superreview?(bzbarsky) → superreview+
Attachment #106809 -
Flags: review?(suresh) → review?(sspitzer)
Attachment #106809 -
Flags: review?(sspitzer) → review?(dmose)
Comment 3•22 years ago
|
||
Comment on attachment 106809 [details] [diff] [review]
move constructor stuff to the constructor...
r=dmose
Attachment #106809 -
Flags: review?(dmose) → review+
checked in
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: MailNews → Core
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•