[Webkit-unassigned] [Bug 174161] GtkWebKit crashes when source file of drag is unavailable

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 5 10:24:37 PDT 2017


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

--- Comment #1 from Benjamin Berg <benjamin at sipsolutions.net> ---
I guess that in:
        String urlWithLabel(selectionDataToUTF8String(data));

urlWithLabel becomes an empty string. And then
        urlWithLabel.split('\n', pieces);
produces no elements as allowEmptyEntries is set to false in if not provided.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170705/e55bcb57/attachment.html>


More information about the webkit-unassigned mailing list