[Webkit-unassigned] [Bug 62004] Wrong allocation triggers segfault in epiphany's config:plugins

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 3 04:19:15 PDT 2011


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





--- Comment #3 from Carlos Garcia Campos <cgarcia at igalia.com>  2011-06-03 04:19:16 PST ---
(From update of attachment 95885)
View in context: https://bugs.webkit.org/attachment.cgi?id=95885&action=review

> Source/WebKit/gtk/webkit/webkitwebplugin.cpp:244
> +        mimeType->extensions = static_cast<gchar**>(g_malloc0((extensions.size() + 1) * sizeof (gchar *)));

There's an extra space in sizeof (gchar *), it should be  sizeof(gchar *)

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