Closed
Bug 338368
Opened 19 years ago
Closed 19 years ago
Uninitialized in nsTextFrame::PaintAsciiText (layout/generic/nsTextFrame.cpp)
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla1.9alpha1
People
(Reporter: kherron+mozilla, Assigned: asqueella)
References
(Blocks 1 open bug, )
Details
(Keywords: coverity, crash)
Attachments
(1 file)
1.33 KB,
patch
|
roc
:
review+
roc
:
superreview+
|
Details | Diff | Splinter Review |
This is coverity CID 380. Please see the sample URL. |details| is used uninitialized if If |GetContentAndOffsetsForSelection| fails. I don't know if that's really possible, but similar code at line 2806 initializes |details| to nsnull when it's defined.
Reporter | ||
Updated•19 years ago
|
Whiteboard: [good first bug]
Assignee | ||
Comment 1•19 years ago
|
||
Assignee: nobody → asqueella
Status: NEW → ASSIGNED
Attachment #230376 -
Flags: superreview?(roc)
Attachment #230376 -
Flags: review?(roc)
Attachment #230376 -
Flags: superreview?(roc)
Attachment #230376 -
Flags: superreview+
Attachment #230376 -
Flags: review?(roc)
Attachment #230376 -
Flags: review+
Assignee | ||
Updated•19 years ago
|
Whiteboard: [good first bug] → [checkin needed]
Comment 2•19 years ago
|
||
mozilla/layout/generic/nsTextFrame.cpp 1.585
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Whiteboard: [checkin needed]
Target Milestone: --- → mozilla1.9alpha
Updated•7 years ago
|
Blocks: coverity-analysis
You need to log in
before you can comment on or make changes to this bug.
Description
•