Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 2f33456d75157ca48b19d9e37ccfd333b79d325f
      
https://github.com/WebKit/WebKit/commit/2f33456d75157ca48b19d9e37ccfd333b79d325f
  Author: Chris Dumez <[email protected]>
  Date:   2026-07-28 (Tue, 28 Jul 2026)

  Changed paths:
    M Source/WebKit/NetworkProcess/storage/CacheStorageDiskStore.cpp

  Log Message:
  -----------
  CacheStorageDiskStore reads a member off the IO queue instead of its isolated 
copy
https://bugs.webkit.org/show_bug.cgi?id=320422

Reviewed by Sihui Liu.

CacheStorageDiskStore::readAllRecordInfosInternal() dispatches work to its IO
queue and captures cacheName = m_cacheName.isolatedCopy() precisely so the
member is not touched off the owning thread. However, the lambda body then
built the cache directory path from the raw member m_cacheName instead of the
captured copy, leaving the isolated copy unused.

* Source/WebKit/NetworkProcess/storage/CacheStorageDiskStore.cpp:
(WebKit::CacheStorageDiskStore::readAllRecordInfosInternal):

Canonical link: https://commits.webkit.org/318127@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to