WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
242257
Crash under SQLiteIDBBackingStore::getAllObjectStoreRecords()
https://bugs.webkit.org/show_bug.cgi?id=242257
Summary
Crash under SQLiteIDBBackingStore::getAllObjectStoreRecords()
Chris Dumez
Reported
2022-07-01 11:47:25 PDT
Crash under SQLiteIDBBackingStore::getAllObjectStoreRecords(): ``` [ 0] 0x00000001b449e124 WebCore`WebCore::IDBServer::SQLiteIDBBackingStore::getAllRecords(WebCore::IDBResourceIdentifier const&, WebCore::IDBGetAllRecordsData const&, WebCore::IDBGetAllResult&) [inlined] WebCore::IDBServer::SQLiteIDBBackingStore::getAllObjectStoreRecords(WebCore::IDBResourceIdentifier const&, WebCore::IDBGetAllRecordsData const&, WebCore::IDBGetAllResult&) + 40 at SQLiteIDBBackingStore.cpp:2287:14 2283 } 2284 2285 auto* objectStoreInfo = infoForObjectStore(getAllRecordsData.objectStoreIdentifier); 2286 ASSERT(objectStoreInfo); -> 2287 result = { getAllRecordsData.getAllType, objectStoreInfo->keyPath() }; 2288 2289 uint32_t targetResults; 2290 if (getAllRecordsData.count && getAllRecordsData.count.value()) 2291 targetResults = getAllRecordsData.count.value(); ```
Attachments
Add attachment
proposed patch, testcase, etc.
Chris Dumez
Comment 1
2022-07-01 11:47:33 PDT
<
rdar://71160678
>
Chris Dumez
Comment 2
2022-07-01 11:49:55 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/2002
EWS
Comment 3
2022-07-01 12:50:59 PDT
Committed
252063@main
(607cce5a7d8e): <
https://commits.webkit.org/252063@main
> Reviewed commits have been landed. Closing PR #2002 and removing active labels.
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