RESOLVED FIXED 223189
[GTK][WPE] Stop using g_memdup
https://bugs.webkit.org/show_bug.cgi?id=223189
Summary [GTK][WPE] Stop using g_memdup
Carlos Garcia Campos
Reported 2021-03-15 10:00:07 PDT
It's deprecated in GLib now because of the possibility of overflow when converting from size_t to unsigned int.
Attachments
Patch (10.73 KB, patch)
2021-03-15 10:10 PDT, Carlos Garcia Campos
pnormand: review+
Carlos Garcia Campos
Comment 1 2021-03-15 10:10:15 PDT
EWS Watchlist
Comment 2 2021-03-15 10:11:24 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 https://trac.webkit.org/wiki/WebKitGTK/AddingNewWebKit2API
Carlos Garcia Campos
Comment 3 2021-03-16 08:07:25 PDT
Note You need to log in before you can comment on or make changes to this bug.