[Webkit-unassigned] [Bug 156951] New: [Win] Plugin stream temporary file is deleted too early.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 23 03:03:16 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=156951

            Bug ID: 156951
           Summary: [Win] Plugin stream temporary file is deleted too
                    early.
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: peavo at outlook.com

The plugin stream temporary file is currently deleted in PluginStream::destroyStream(). This is too early for some plugins, since they appear to be trying to read this file after m_pluginFuncs->asfile() has been called. The file will then be deleted, and the plugin will fail to read it. We can instead delete the temporary file in the plugin stream destructor.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160423/92d32984/attachment-0001.html>


More information about the webkit-unassigned mailing list