Bug 253898 - Fix data race found by TSan in AudioScheduledSourceNode
Summary: Fix data race found by TSan in AudioScheduledSourceNode
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Audio (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-03-14 13:13 PDT by Chris Dumez
Modified: 2023-03-15 09:18 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2023-03-14 13:13:02 PDT
AudioScheduledSourceNode::m_playbackState is accessed from several threads without synchronization.
Comment 1 Chris Dumez 2023-03-14 13:14:39 PDT
Pull request: https://github.com/WebKit/WebKit/pull/11510
Comment 2 EWS 2023-03-15 09:17:01 PDT
Committed 261693@main (b0b96aa8e1b2): <https://commits.webkit.org/261693@main>

Reviewed commits have been landed. Closing PR #11510 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2023-03-15 09:18:18 PDT
<rdar://problem/106758002>