Chromium Code Reviews
DescriptionFix threading races on AudioDSPKernelProcessor::m_kernels
AudioDSPKernelProcessor::m_kernels is accessed by the main thread and
the Audio Device thread, and thus should be protected by mutex.
This mutex implementation is consistent with that of ConvolverNode::m_reverb.
See the crash report for more details: https://cluster-fuzz.appspot.com/testcase?key=6662160935550976
BUG=271161
No tests because the crash depends on threading races and thus not reproducible.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=157256
Patch Set 1 #
Total comments: 6
Patch Set 2 : #Patch Set 3 : #Patch Set 4 : #
Messages
Total messages: 9 (0 generated)
|
||||||||||||||||||||||||||||