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
309886
Add missing WTF_GUARDED_BY_LOCK() for IDBTransaction::m_deletedObjectStores
https://bugs.webkit.org/show_bug.cgi?id=309886
Summary
Add missing WTF_GUARDED_BY_LOCK() for IDBTransaction::m_deletedObjectStores
Chris Dumez
Reported
2026-03-13 02:54:18 PDT
Add missing WTF_GUARDED_BY_LOCK() for IDBTransaction::m_deletedObjectStores. IDBTransaction::visitReferencedObjectStores() wouldn't be safe if m_deletedObjectStores was modified without holding the lock.
Attachments
Add attachment
proposed patch, testcase, etc.
Chris Dumez
Comment 1
2026-03-13 02:55:37 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/60549
EWS
Comment 2
2026-03-13 07:14:24 PDT
Committed
309206@main
(0d2b57c47639): <
https://commits.webkit.org/309206@main
> Reviewed commits have been landed. Closing PR #60549 and removing active labels.
Radar WebKit Bug Importer
Comment 3
2026-03-13 07:15:12 PDT
<
rdar://problem/172477108
>
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