Closed
Bug 369011
Opened 18 years ago
Closed 18 years ago
[FIX] mInNotification has a random value in XML
Categories
(Core :: XML, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.9alpha1
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
Details
Attachments
(1 file)
12.31 KB,
patch
|
sicking
:
review+
sicking
:
superreview+
|
Details | Diff | Splinter Review |
HTMLContentSink has a zeroing operator new. XMLContentSink does not, so members of nsContentSink end up with random values in XML, except where explicitly initialized.
Patch coming up...
Assignee | ||
Comment 1•18 years ago
|
||
I also moved some HTML-only stuff back into nsHTMLContentSink and reordered some members to put the small ones next to each other.
Attachment #253673 -
Flags: superreview?(jonas)
Attachment #253673 -
Flags: review?(jonas)
Attachment #253673 -
Flags: superreview?(jonas)
Attachment #253673 -
Flags: superreview+
Attachment #253673 -
Flags: review?(jonas)
Attachment #253673 -
Flags: review+
Assignee | ||
Comment 2•18 years ago
|
||
Fixed. Thanks for the fast review!
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•