Closed
Bug 1490415
Opened 6 years ago
Closed 6 years ago
null-ptr-deref in GPUVideoTextureHost::CreateRenderTexture
Categories
(Core :: Graphics: Layers, defect, P1)
Core
Graphics: Layers
Tracking
()
RESOLVED
FIXED
mozilla64
Tracking | Status | |
---|---|---|
firefox64 | --- | fixed |
People
(Reporter: Alex_Gaynor, Assigned: Alex_Gaynor)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
This was found by the IPC fuzzer. It's not a security issue, but is preventing forward progress.
https://searchfox.org/mozilla-central/source/gfx/layers/composite/GPUVideoTextureHost.cpp#108 -- mWrappedTexture is null
https://searchfox.org/mozilla-central/source/gfx/layers/wr/WebRenderTextureHost.cpp#45 -- aTexture is the GPUVideoTextureHost instance
https://searchfox.org/mozilla-central/source/gfx/layers/wr/WebRenderTextureHost.cpp#16
https://searchfox.org/mozilla-central/source/gfx/layers/composite/TextureHost.cpp#258 -- result is the GPUVideoTextureHost
The GPUVideoTextureHost with mWrappedTexture=null came from: https://searchfox.org/mozilla-central/source/gfx/layers/composite/GPUVideoTextureHost.cpp#20
Assignee | ||
Comment 1•6 years ago
|
||
Comment 2•6 years ago
|
||
Comment on attachment 9008132 [details]
Bug 1490415 - prevent creating a GPUVideoTextureHost with a null wrapped texture; r?sotaro
Sotaro Ikeda [:sotaro] has approved the revision.
Attachment #9008132 -
Flags: review+
Assignee | ||
Updated•6 years ago
|
Keywords: checkin-needed
Pushed by ebalazs@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1b27177d4eef
prevent creating a GPUVideoTextureHost with a null wrapped texture; r=sotaro
Keywords: checkin-needed
Pushed by dluca@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/a66a85285cb0
prevent creating a GPUVideoTextureHost with a null wrapped texture; r=sotaro
Comment 5•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
Comment 6•6 years ago
|
||
bugherder |
You need to log in
before you can comment on or make changes to this bug.
Description
•