Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: efb27b3237c68aa12472dec052443bbd869824ad https://github.com/WebKit/WebKit/commit/efb27b3237c68aa12472dec052443bbd869824ad Author: Sihui Liu <sihui_...@apple.com> Date: 2025-09-03 (Wed, 03 Sep 2025)
Changed paths: M Source/WebCore/Modules/indexeddb/server/SQLiteIDBBackingStore.cpp Log Message: ----------- Null pointer dereference in SQLiteIDBBackingStore::addIndex https://bugs.webkit.org/show_bug.cgi?id=298296 rdar://153452045 Reviewed by Rupin Mittal. indexInfo can be created from IPC message sent by untrusted web process, so the server should not assume the specified object store exists. This patch adds a null check to avoid network process crash. * Source/WebCore/Modules/indexeddb/server/SQLiteIDBBackingStore.cpp: (WebCore::IDBServer::SQLiteIDBBackingStore::addIndex): Canonical link: https://commits.webkit.org/299532@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes