Closed
Bug 1269475
Opened 9 years ago
Closed 9 years ago
rv might be used uninitialized in nsHTMLDNSPrefetch::nsDeferrals::SubmitQueue
Categories
(Core :: Networking: DNS, defect)
Core
Networking: DNS
Tracking
()
RESOLVED
FIXED
mozilla49
| Tracking | Status | |
|---|---|---|
| firefox49 | --- | fixed |
People
(Reporter: rillian, Assigned: rillian)
Details
(Whiteboard: [necko-active])
Attachments
(1 file)
Fix and maybe-unitialized warning.
| Assignee | ||
Comment 1•9 years ago
|
||
Initialize rv at declaration to handle the !hrefURI case.
Review commit: https://reviewboard.mozilla.org/r/50073/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/50073/
Attachment #8747927 -
Flags: review?(josh)
Updated•9 years ago
|
Attachment #8747927 -
Flags: review?(josh) → review+
Comment 2•9 years ago
|
||
Comment on attachment 8747927 [details]
MozReview Request: 1269475 - Fix uninitialized variable warning. r?jdm
https://reviewboard.mozilla.org/r/50073/#review46835
| Assignee | ||
Comment 3•9 years ago
|
||
Thanks for the quick review!
Updated•9 years ago
|
Whiteboard: [necko-active]
Comment 5•9 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla49
You need to log in
before you can comment on or make changes to this bug.
Description
•