[webkit-reviews] review granted: [Bug 183997] WebProcess memory monitor: use %zu format specifier for size_t : [Attachment 336497] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 25 13:32:03 PDT 2018


Michael Catanzaro <mcatanzaro at igalia.com> has granted Carlos Alberto Lopez
Perez <clopez at igalia.com>'s request for review:
Bug 183997: WebProcess memory monitor: use %zu format specifier for size_t
https://bugs.webkit.org/show_bug.cgi?id=183997

Attachment 336497: Patch

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




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

Thanks for fixing this. We need to be really careful when printing integer
types, since the types really do often differ in practice.


More information about the webkit-reviews mailing list