WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
202976
[GTK][WPE] ASSERTION FAILED: blob in SQLiteStatement.cpp(163) : int WebCore::SQLiteStatement::bindBlob()
https://bugs.webkit.org/show_bug.cgi?id=202976
Summary
[GTK][WPE] ASSERTION FAILED: blob in SQLiteStatement.cpp(163) : int WebCore::...
Carlos Garcia Campos
Reported
2019-10-15 00:37:51 PDT
This is because IconDatabases passes a nullptr blob to store emtpty icons. sqlite3_bind_blob() allows nullptr as blob, so we shouldn't assert.
Attachments
Patch
(1.45 KB, patch)
2019-10-15 00:39 PDT
,
Carlos Garcia Campos
aperez
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Carlos Garcia Campos
Comment 1
2019-10-15 00:39:34 PDT
Created
attachment 380966
[details]
Patch
Carlos Garcia Campos
Comment 2
2019-10-16 03:57:32 PDT
Committed
r251185
: <
https://trac.webkit.org/changeset/251185
>
Radar WebKit Bug Importer
Comment 3
2019-10-16 03:58:14 PDT
<
rdar://problem/56326790
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug