Bug 226448 - Fix thread safety issues in AudioBufferSourceNode
Summary: Fix thread safety issues in AudioBufferSourceNode
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: 2021-05-30 19:59 PDT by Chris Dumez
Modified: 2021-05-31 17:08 PDT (History)
14 users (show)

See Also:


Attachments
Patch (18.94 KB, patch)
2021-05-30 20:23 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 2021-05-30 19:59:31 PDT
Fix thread safety issue in AudioBufferSourceNode::propagatesSilence() found by clang thread safety analysis.
Comment 1 Chris Dumez 2021-05-30 20:23:46 PDT
Created attachment 430169 [details]
Patch
Comment 2 Chris Dumez 2021-05-31 17:07:23 PDT
Comment on attachment 430169 [details]
Patch

Clearing flags on attachment: 430169

Committed r278287 (238324@main): <https://commits.webkit.org/238324@main>
Comment 3 Chris Dumez 2021-05-31 17:07:26 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Radar WebKit Bug Importer 2021-05-31 17:08:18 PDT
<rdar://problem/78695338>