[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 15:13:07 PDT 2021


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

Michael Catanzaro <mcatanzaro at gnome.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mcatanzaro at gnome.org

--- Comment #2 from Michael Catanzaro <mcatanzaro at gnome.org> ---
> It could be the default geometry, which is not initialized but it's always
> set by webkit_window_properties_get_geometry().

webkit_window_properties_get_geometry() copies windowProperties->priv->geometry, so that would mean this would have to somehow be uninitialized. But that seems impossible, because the entire priv struct should be zero-initialized.

I don't see the problem either....

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


More information about the webkit-unassigned mailing list