DescriptionFix a race condition in MediaStreamAudioTrackHost.
In MediaStreamAudioTrackHost, the audio buffer is filled with audio data in an audio thread, and it is sent to plugin in the main thread, but the buffer may become invalid between filling and sending. It crashes chrome. This patch fixes this issue.
BUG=396395
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=286057
Patch Set 1 : Upload #
Total comments: 7
Patch Set 2 : Address comments #
Messages
Total messages: 10 (0 generated)
|