[Webkit-unassigned] [Bug 44683] New: [GTK] [PATCH] plugin loading invalid symlink evaluation deadlock

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 26 06:49:57 PDT 2010


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

           Summary: [GTK] [PATCH] plugin loading invalid symlink
                    evaluation deadlock
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Critical
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: sbrabec at suse.cz


Created an attachment (id=65554)
 --> (https://bugs.webkit.org/attachment.cgi?id=65554)
libwebkit-plugins-gtk-load.patch

PluginPackageGtk.cpp:PluginPackage::load() evaluates symlinks in a way that never worked: https://bugzilla.gnome.org/show_bug.cgi?id=627491

Attached patch fixes deadlock that happens if the plugin symlink points to ../something.

For example:

In openSUSE 11.3, plugindir is /usr/lib64/browser-plugins. opensc-signer.so is a link to ../opensc-signer.so. The result of current symlink resolving is /usr/lib64/browser-plugins/opensc-signer.so. Dead loop happens.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list