Bug 200688 - Fix potential thread safety issue under WebResourceLoadStatisticsStore::hasHadUserInteraction()
Summary: Fix potential thread safety issue under WebResourceLoadStatisticsStore::hasHa...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-08-13 13:28 PDT by Chris Dumez
Modified: 2019-08-13 14:01 PDT (History)
6 users (show)

See Also:


Attachments
Patch (2.00 KB, patch)
2019-08-13 13:29 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2019-08-13 13:28:26 PDT
Fix potential thread safety issue under WebResourceLoadStatisticsStore::hasHadUserInteraction(). It passes a RegistrableDomain to another thread without isolated copying it.
Comment 1 Chris Dumez 2019-08-13 13:29:17 PDT
Created attachment 376206 [details]
Patch
Comment 2 WebKit Commit Bot 2019-08-13 14:00:55 PDT
Comment on attachment 376206 [details]
Patch

Clearing flags on attachment: 376206

Committed r248634: <https://trac.webkit.org/changeset/248634>
Comment 3 WebKit Commit Bot 2019-08-13 14:00:57 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Radar WebKit Bug Importer 2019-08-13 14:01:18 PDT
<rdar://problem/54272940>