RESOLVED FIXED 39435
QTPixelBuffer passes CFDictionaries across the DLL boundary, which can lead to crashes
https://bugs.webkit.org/show_bug.cgi?id=39435
Summary QTPixelBuffer passes CFDictionaries across the DLL boundary, which can lead t...
Adam Roben (:aroben)
Reported 2010-05-20 10:55:23 PDT
QTPixelBuffer::attachments returns a CFDictionary that was created with QuickTime's CF. This is not necessarily compatible with the CF that WebKit uses, so this is unsafe.
Attachments
Remove unused code in MediaPlayerPrivateQuickTimeVisualContext and QTPixelBuffer (5.09 KB, patch)
2010-05-20 11:17 PDT, Adam Roben (:aroben)
darin: review+
Adam Roben (:aroben)
Comment 1 2010-05-20 10:56:05 PDT
Adam Roben (:aroben)
Comment 2 2010-05-20 11:17:32 PDT
Created attachment 56612 [details] Remove unused code in MediaPlayerPrivateQuickTimeVisualContext and QTPixelBuffer
Adam Roben (:aroben)
Comment 3 2010-05-20 11:53:48 PDT
Note You need to log in before you can comment on or make changes to this bug.