Closed
Bug 1053269
Opened 11 years ago
Closed 11 years ago
No null-check for ownerDoc OpenDatabaseHelper.cpp line 1710
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla34
People
(Reporter: baku, Assigned: baku)
Details
Attachments
(1 file)
|
1.07 KB,
patch
|
ehsan.akhgari
:
review+
|
Details | Diff | Splinter Review |
https://mxr.mozilla.org/mozilla-central/source/dom/indexedDB/OpenDatabaseHelper.cpp#1710
I don't know if it's needed. I didn't see any crash, but I was checking this code and I saw that ownerDoc is check here:
if (ownerDoc && (bfCacheEntry = ownerDoc->GetBFCacheEntry())) {
but not here:
ownerDoc->DisallowBFCaching();
Attachment #8472392 -
Flags: review?(ehsan)
Updated•11 years ago
|
Attachment #8472392 -
Flags: review?(ehsan) → review+
| Assignee | ||
Comment 1•11 years ago
|
||
Comment 2•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla34
Updated•11 years ago
|
Flags: qe-verify-
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•