Closed
Bug 260318
Opened 21 years ago
Closed 21 years ago
UMR in nsScanner::AppendToBuffer
Categories
(Core :: DOM: HTML Parser, defect)
Core
DOM: HTML Parser
Tracking
()
RESOLVED
FIXED
People
(Reporter: ajschult784, Assigned: jst)
References
()
Details
(Keywords: fixed-aviary1.0, fixed1.7.5)
Attachments
(1 file)
|
1.17 KB,
patch
|
bzbarsky
:
review+
bzbarsky
:
superreview+
chofmann
:
approval-aviary+
dveditz
:
approval1.7.5+
|
Details | Diff | Splinter Review |
the field mFirstNonWhitespacePosition from bug 178088 is used uninitialized in
AppendBuffer when called from the first nsScanner constructor. it is
initialized in the constructor but only after the call to AppendBuffer.
Comment 1•21 years ago
|
||
Should be a simple fix, and not fixing this will lead to unpredictable behavior...
Flags: blocking1.8a4?
| Assignee | ||
Comment 2•21 years ago
|
||
| Assignee | ||
Updated•21 years ago
|
Attachment #159628 -
Flags: superreview?(bzbarsky)
Attachment #159628 -
Flags: review?(bzbarsky)
Comment 3•21 years ago
|
||
Comment on attachment 159628 [details] [diff] [review]
Fix.
r+sr=bzbarsky
Attachment #159628 -
Flags: superreview?(bzbarsky)
Attachment #159628 -
Flags: superreview+
Attachment #159628 -
Flags: review?(bzbarsky)
Attachment #159628 -
Flags: review+
| Assignee | ||
Updated•21 years ago
|
Attachment #159628 -
Flags: approval1.7.x?
Attachment #159628 -
Flags: approval-aviary?
Comment 4•21 years ago
|
||
Comment on attachment 159628 [details] [diff] [review]
Fix.
a=dveditz for 1.7.x
Attachment #159628 -
Flags: approval1.7.x? → approval1.7.x+
Comment 5•21 years ago
|
||
Comment on attachment 159628 [details] [diff] [review]
Fix.
a=chofmann for aviary
Attachment #159628 -
Flags: approval-aviary? → approval-aviary+
| Assignee | ||
Comment 6•21 years ago
|
||
Fixed on trunk and on the 1.7 and aviary branches.
Status: NEW → RESOLVED
Closed: 21 years ago
Flags: blocking1.8a4?
Keywords: fixed-aviary1.0,
fixed1.7.x
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•