Bug 199830

Summary: [GTK][WPE] Do not assert when receiving invalid data in injected bundle messages
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: berto, bugs-noreply, ews-watchlist, gustavo, mcatanzaro
Priority: P2 Keywords: Gtk
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=199621
Attachments:
Description Flags
Patch mcatanzaro: review+

Description Carlos Garcia Campos 2019-07-16 08:19:43 PDT
Just silently ignore them to avoid UI process crashes.
Comment 1 Carlos Garcia Campos 2019-07-16 08:20:50 PDT
Created attachment 374209 [details]
Patch
Comment 2 EWS Watchlist 2019-07-16 08:23:14 PDT
Thanks for the patch. If this patch contains new public API please make sure it follows the guidelines for new WebKit2 GTK+ API. See http://trac.webkit.org/wiki/WebKitGTK/AddingNewWebKit2API
Comment 3 Carlos Garcia Campos 2019-07-17 01:23:32 PDT
Committed r247507: <https://trac.webkit.org/changeset/247507>