[Webkit-unassigned] [Bug 22999] New: Database::openAndVerifyVersion() crashes on NULL, if database thread creating failed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 26 06:10:46 PST 2008


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

           Summary: Database::openAndVerifyVersion() crashes on NULL, if
                    database thread creating failed
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: zbujtas at gmail.com


Database::openDatabase() calls Database::openAndVerifyVersion() which crashes
on m_document->databaseThread()->scheduleImmediateTask(task);, if
databaseThread() returns NULL.

some of the Database:: functions already have if (m_document->databaseThread())
to check it.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list