WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 54518
Fix race condition in JavaScriptAudioNode
https://bugs.webkit.org/show_bug.cgi?id=54518
Summary
Fix race condition in JavaScriptAudioNode
Chris Rogers
Reported
2011-02-15 17:54:20 PST
Fix race condition in JavaScriptAudioNode
Attachments
Patch
(1.33 KB, patch)
2011-02-15 17:56 PST
,
Chris Rogers
kbr
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Chris Rogers
Comment 1
2011-02-15 17:56:06 PST
Created
attachment 82564
[details]
Patch
Chris Rogers
Comment 2
2011-02-15 17:58:36 PST
m_isRequestOutstanding needs to be set before callOnMainThread() to avoid race condition with its value being set in the main thread. This fixes chromium bug:
http://code.google.com/p/chromium/issues/detail?id=71702
The race condition could also happen for other ports.
Kenneth Russell
Comment 3
2011-02-15 18:01:12 PST
Comment on
attachment 82564
[details]
Patch Looks fine to me. Tricky.
Chris Rogers
Comment 4
2011-02-15 18:13:23 PST
Committed
r78671
: <
http://trac.webkit.org/changeset/78671
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug