Closed
Bug 813705
Opened 12 years ago
Closed 12 years ago
Uninitialized use of rv
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
FIXED
mozilla20
People
(Reporter: jdm, Assigned: jdm)
References
Details
Attachments
(1 file)
(deleted),
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
http://mxr.mozilla.org/mozilla-central/source/layout/base/nsPresContext.cpp#425
If the |if (aLanguage && mLangService) {| block is not taken, rv remains uninitialized when the NS_FAILED(rv) condition is checked.
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #683720 -
Flags: review?(roc)
Attachment #683720 -
Flags: review?(roc) → review+
Assignee | ||
Comment 2•12 years ago
|
||
Assignee: nobody → josh
Comment 4•12 years ago
|
||
(per bug 806578 comment 0, this code was added in bug 416581 "part 2" -- marking as dependent on that bug)
Depends on: 416581
Comment 5•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla20
You need to log in
before you can comment on or make changes to this bug.
Description
•