RESOLVED FIXED 183997
WebProcess memory monitor: use %zu format specifier for size_t
https://bugs.webkit.org/show_bug.cgi?id=183997
Summary WebProcess memory monitor: use %zu format specifier for size_t
Carlos Alberto Lopez Perez
Reported 2018-03-25 12:26:14 PDT
%zu is the correct format specifier for size_t
Attachments
Patch (2.42 KB, patch)
2018-03-25 12:32 PDT, Carlos Alberto Lopez Perez
no flags
Carlos Alberto Lopez Perez
Comment 1 2018-03-25 12:32:15 PDT
Michael Catanzaro
Comment 2 2018-03-25 13:32:03 PDT
Comment on attachment 336497 [details] Patch Thanks for fixing this. We need to be really careful when printing integer types, since the types really do often differ in practice.
Carlos Alberto Lopez Perez
Comment 3 2018-03-25 17:54:27 PDT
Comment on attachment 336497 [details] Patch Clearing flags on attachment: 336497 Committed r229965: <https://trac.webkit.org/changeset/229965>
Carlos Alberto Lopez Perez
Comment 4 2018-03-25 17:54:31 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 5 2018-03-25 17:55:23 PDT
Note You need to log in before you can comment on or make changes to this bug.