[Webkit-unassigned] [Bug 68553] [GTK][WK2] Error loading libMiniBrowserWebBundle.so

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 21 12:23:55 PDT 2011


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





--- Comment #4 from Martin Robinson <mrobinson at webkit.org>  2011-09-21 12:23:55 PST ---
(From update of attachment 108200)
View in context: https://bugs.webkit.org/attachment.cgi?id=108200&action=review

> Tools/MiniBrowser/gtk/main.c:37
> +    const gchar* webBundlePath = g_build_filename(bundleEnvPath ? bundleEnvPath : LIBEXECDIR, "libMiniBrowserWebBundle.so", NULL);

This should not be a const pointer, since g_build_filename allocaetes heap memory to hold the new string.

-- 
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