[Webkit-unassigned] [Bug 175667] [WPE][GTK] Ensure proper casting of data in gvariants

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 17 05:16:29 PDT 2017


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

--- Comment #3 from Michael Catanzaro <mcatanzaro at igalia.com> ---
Comment on attachment 318350
  --> https://bugs.webkit.org/attachment.cgi?id=318350
Patch

In this case I'm going to question why the GVariant uses t (guint64) rather than u (guint32) if targetIdentifier is an unsigned int.

Probably targetIdentifier should be changed to use either uint32_t or uint64_t directly since it's destined to be passed over IPC.

-- 
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/20170817/25c75791/attachment.html>


More information about the webkit-unassigned mailing list