Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 013b293a0818883f8d9565e2e466ee8c17cf6a6b
      
https://github.com/WebKit/WebKit/commit/013b293a0818883f8d9565e2e466ee8c17cf6a6b
  Author: Sihui Liu <[email protected]>
  Date:   2024-11-13 (Wed, 13 Nov 2024)

  Changed paths:
    M Source/WebKit/NetworkProcess/cache/NetworkCacheBlobStorage.cpp

  Log Message:
  -----------
  Make NetworkCache::BlobStorage store isolated copy of path
https://bugs.webkit.org/show_bug.cgi?id=283011
rdar://139749805

Reviewed by Chris Dumez.

BlobStorage can be accessed from different threads: in NetworkCache::Storage, 
m_blobStorage is accessed on concurrent
work queue. This means BlobStorage could access its member m_blobDirectoryPath 
on different threads, and it should store
an isolated copy.

* Source/WebKit/NetworkProcess/cache/NetworkCacheBlobStorage.cpp:
(WebKit::NetworkCache::BlobStorage::BlobStorage):

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to