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 84805
[chromium] Hold video provider lock from willDraw to didDraw
https://bugs.webkit.org/show_bug.cgi?id=84805
Summary
[chromium] Hold video provider lock from willDraw to didDraw
Adrienne Walker
Reported
2012-04-24 17:02:16 PDT
It's possible for the video provider and frame to go away after willDraw, but before the frame gets uploaded into textures. Since the frame is a raw pointer (that the provider is responsible for), this could cause a bad memory access. Unfortunately, this depends on some other fixes to make sure that we don't ever call willDraw a second time without calling didDraw (which will deadlock on aquiring the exact same lock).
Attachments
Patch
(4.01 KB, patch)
2012-04-24 18:21 PDT
,
Adrienne Walker
jamesr
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Adrienne Walker
Comment 1
2012-04-24 18:21:31 PDT
Created
attachment 138712
[details]
Patch
James Robinson
Comment 2
2012-04-25 15:53:02 PDT
Comment on
attachment 138712
[details]
Patch R=me
Adrienne Walker
Comment 3
2012-04-25 19:05:59 PDT
Committed
r115281
: <
http://trac.webkit.org/changeset/115281
>
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