WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
227816
REGRESSION(
r277571
) null dereference in SQLiteStatement::~SQLiteStatement
https://bugs.webkit.org/show_bug.cgi?id=227816
Summary
REGRESSION(r277571) null dereference in SQLiteStatement::~SQLiteStatement
Alex Christensen
Reported
2021-07-08 14:37:43 PDT
REGRESSION(
r277571
) null dereference in SQLiteStatement::~SQLiteStatement
Attachments
Patch
(1.47 KB, patch)
2021-07-08 14:40 PDT
,
Alex Christensen
cdumez
: review-
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Alex Christensen
Comment 1
2021-07-08 14:40:19 PDT
Created
attachment 433165
[details]
Patch
Chris Dumez
Comment 2
2021-07-08 14:40:59 PDT
Comment on
attachment 433165
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=433165&action=review
> Source/WebCore/platform/sql/SQLiteStatement.cpp:62 > + sqlite3_finalize(m_statement);
https://www.sqlite.org/c3ref/finalize.html
: "Invoking sqlite3_finalize() on a NULL pointer is a harmless no-op."
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