Closed Bug 1208897 Opened 10 years ago Closed 10 years ago

Fix an initialization order bug in DOMStorageDBThread

Categories

(Core :: DOM: Core & HTML, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla44
Tracking Status
firefox44 --- fixed

People

(Reporter: ehsan.akhgari, Unassigned)

References

Details

Attachments

(1 file)

This is found by Viva64. The error is in fact benign since the StatementCache constructor takes a reference to the nsCOMPtr passed to it, and stores it for later use, so nothing bad happens at runtime, but still we should not be using uninitialized members to initialize other members with.
Attachment #8666514 - Flags: review?(amarchesini)
Attachment #8666514 - Flags: review?(amarchesini) → review+
Blocks: 710966
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla44
Component: DOM → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: