Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: fbc96c364894dbb0a704f1ac590adfe234837a0f
      
https://github.com/WebKit/WebKit/commit/fbc96c364894dbb0a704f1ac590adfe234837a0f
  Author: Sihui Liu <sihui_...@apple.com>
  Date:   2024-02-26 (Mon, 26 Feb 2024)

  Changed paths:
    M Source/WebCore/Modules/indexeddb/server/SQLiteIDBBackingStore.cpp

  Log Message:
  -----------
  Add null check in SQLiteIDBBackingStore::getAllIndexRecords
https://bugs.webkit.org/show_bug.cgi?id=270137
rdar://113116109

Reviewed by Chris Dumez.

Crash traces indicate SQLiteIDBBackingStore may fail to find valid object store 
for requested operation, so return error
instead of crashing network process in that case.

* Source/WebCore/Modules/indexeddb/server/SQLiteIDBBackingStore.cpp:
(WebCore::IDBServer::SQLiteIDBBackingStore::getRecord):
(WebCore::IDBServer::SQLiteIDBBackingStore::getAllObjectStoreRecords):
(WebCore::IDBServer::SQLiteIDBBackingStore::getAllIndexRecords):

Canonical link: https://commits.webkit.org/275364@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

Reply via email to