[Webkit-unassigned] [Bug 164103] New: PluginInfoStore::loadPluginsIfNecessary can still load plugins multiple times
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Oct 27 19:08:31 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=164103
Bug ID: 164103
Summary: PluginInfoStore::loadPluginsIfNecessary can still load
plugins multiple times
Classification: Unclassified
Product: WebKit
Version: Other
Hardware: PC
OS: Linux
Status: NEW
Severity: Normal
Priority: P2
Component: Plug-ins
Assignee: webkit-unassigned at lists.webkit.org
Reporter: mcatanzaro at igalia.com
CC: bugs-noreply at webkitgtk.org
PluginInfoStore::loadPluginsIfNecessary is trying hard to make sure plugin paths are unique, but it's possible for two unique paths to refer to the same directory. For instance, on Arch, /usr/lib64 is a symlink to /usr/lib. So all plugins that we find when scanning /usr/lib64/mozilla/plugins/ get found again when scanning /usr/lib/mozilla/plugins/ because it's the same directory.
--
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/20161028/26584a92/attachment.html>
More information about the webkit-unassigned
mailing list