[webkit-reviews] review granted: [Bug 215976] [GTK] REGRESSION(r150392) insufficient space allocation results in heap corruption : [Attachment 407537] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 30 02:24:22 PDT 2020


Carlos Garcia Campos <cgarcia at igalia.com> has granted Jim Mason
<jmason at ibinx.com>'s request for review:
Bug 215976: [GTK] REGRESSION(r150392) insufficient space allocation results in
heap corruption
https://bugs.webkit.org/show_bug.cgi?id=215976

Attachment 407537: Patch

https://bugs.webkit.org/attachment.cgi?id=407537&action=review




--- Comment #2 from Carlos Garcia Campos <cgarcia at igalia.com> ---
Comment on attachment 407537
  --> https://bugs.webkit.org/attachment.cgi?id=407537
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=407537&action=review

Thanks!

> Source/WTF/wtf/glib/RunLoopGLib.cpp:162
> -    , m_source(adoptGRef(g_source_new(&RunLoop::s_runLoopSourceFunctions,
sizeof(GSource))))
> +    , m_source(adoptGRef(g_source_new(&RunLoop::s_runLoopSourceFunctions,
sizeof(RunLoopSource))))

Oops, I forgot this one.


More information about the webkit-reviews mailing list