[Webkit-unassigned] [Bug 159432] New: IDBDatabase can null deref its ScriptExecutionContext inside connectionToServerLost

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 5 12:44:01 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=159432

            Bug ID: 159432
           Summary: IDBDatabase can null deref its ScriptExecutionContext
                    inside connectionToServerLost
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: beidson at apple.com

IDBDatabase can null deref its ScriptExecutionContext inside connectionToServerLost

If an IDBDatabase object is still live when a page navigates, then it loses its ScriptExecutionContext.

Then - if before GC happens that would delete the database object - the database process connection is dropped, this callback doesn't do the right thing.

I can make it do the right thing, but a targeted test will not be possible.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160705/636796df/attachment-0001.html>


More information about the webkit-unassigned mailing list