Closed
Bug 4254
Opened 26 years ago
Closed 26 years ago
UMR: nsTextFrame::PaintAsciiText()
Categories
(Core :: DOM: Selection, defect, P3)
Core
DOM: Selection
Tracking
()
VERIFIED
FIXED
People
(Reporter: bruce, Assigned: mjudge)
References
()
Details
(Whiteboard: waiting on reporter/developer to verify)
This is happening right after #3702's error. Drag in the PRE area on the given
URL.
UMR: Uninitialized memory read (4 times):
* This is occurring while in:
TextFrame::PaintAsciiText(nsIPresContext&,nsIRenderingContext&,nsIStyleC
ontext*,TextFrame::TextStyle&,int,int) [nsTextFrame.cpp:1449]
TextFrame::Paint(nsIPresContext&,nsIRenderingContext&,const nsRect&,nsFr
amePaintLayer) [nsTextFrame.cpp:544]
nsContainerFrame::PaintChild(nsIPresContext&,nsIRenderingContext&,const
nsRect&,nsIFrame*,nsFramePaintLayer) [nsContainerFrame.cpp:276]
nsBlockFrame::PaintChildren(nsIPresContext&,nsIRenderingContext&,const n
sRect&,nsFramePaintLayer) [nsBlockFrame.cpp:4535]
* Reading 4 bytes from 0xefffc030 on the stack.
* Address 0xefffc030 is 128 bytes past start of local variable "indicies" in f
unction TextFrame::PaintAsciiText(nsIPresContext&,nsIRenderingContext&,nsIStyleC
ontext*,TextFrame::TextStyle&,int,int).
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
this should be fixed please verify again if you can my purify doesnt pick this
one up.
Updated•26 years ago
|
Whiteboard: waiting on reporter/developer to verify
Comment 2•26 years ago
|
||
bruce, this is all you feel free to click 'verified' and stick in a build date - I won't tell :-)
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 3•26 years ago
|
||
is fixed today! (May 21, 1999)
Per a request from Selection and Search component eng (mjudge) and qa (elig),
moving all "Selection and Search" bugs to new "Selection" component. Original
"Selection and Search" component will be retired.
You need to log in
before you can comment on or make changes to this bug.
Description
•