Bug 200684

Summary: Fix potential thread safety issue under StorageManager::getSessionStorageOrigins()
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebKit2Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, beidson, commit-queue, ggaren, sihui_liu, webkit-bug-importer, youennf
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Chris Dumez 2019-08-13 12:39:47 PDT
Fix potential thread safety issue under StorageManager::getSessionStorageOrigins(). The origins are being passed from the background queue to the main thread without isolated copy.
Comment 1 Chris Dumez 2019-08-13 12:40:30 PDT
Created attachment 376202 [details]
Patch
Comment 2 Geoffrey Garen 2019-08-13 13:22:35 PDT
Comment on attachment 376202 [details]
Patch

r=me
Comment 3 WebKit Commit Bot 2019-08-13 13:58:25 PDT
Comment on attachment 376202 [details]
Patch

Clearing flags on attachment: 376202

Committed r248633: <https://trac.webkit.org/changeset/248633>
Comment 4 WebKit Commit Bot 2019-08-13 13:58:26 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Radar WebKit Bug Importer 2019-08-13 13:59:17 PDT
<rdar://problem/54272824>