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-
Alex Christensen
Comment 1 2021-07-08 14:40:19 PDT
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.