[Webkit-unassigned] [Bug 202976] New: [GTK][WPE] ASSERTION FAILED: blob in SQLiteStatement.cpp(163) : int WebCore::SQLiteStatement::bindBlob()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 15 00:37:51 PDT 2019


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

            Bug ID: 202976
           Summary: [GTK][WPE] ASSERTION FAILED: blob in
                    SQLiteStatement.cpp(163) : int
                    WebCore::SQLiteStatement::bindBlob()
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Keywords: Gtk
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: cgarcia at igalia.com
                CC: beidson at apple.com, bugs-noreply at webkitgtk.org,
                    thorton at apple.com, zimmermann at kde.org

This is because IconDatabases passes a nullptr blob to store emtpty icons. sqlite3_bind_blob() allows nullptr as blob, so we shouldn't assert.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20191015/4baf3bdb/attachment.html>


More information about the webkit-unassigned mailing list