[Webkit-unassigned] [Bug 228234] [GTK] Uninitialized data in UIClient::windowFrame written over IPC

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 3 07:29:38 PDT 2021


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

Carlos Garcia Campos <cgarcia at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cgarcia at igalia.com
            Summary|Uninitialized data in       |[GTK] Uninitialized data in
                   |UIClient::windowFrame       |UIClient::windowFrame
                   |written over IPC            |written over IPC

--- Comment #1 from Carlos Garcia Campos <cgarcia at igalia.com> ---
I guess the stack allocation at UIClient::windowFrame is the GdkRectangle, but it's initialized:

GdkRectangle geometry = { 0, 0, 0, 0 };

It could be the default geometry, which is not initialized but it's always set by webkit_window_properties_get_geometry().

-- 
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/20210803/a3a408c7/attachment.htm>


More information about the webkit-unassigned mailing list