[Bug 3593] [IcedTea8] s390 needs to use '%z' format specifier for size_t arguments as size_t != int

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Fri May 25 05:10:15 UTC 2018


https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3593

--- Comment #1 from hg commits <mercurial at icedtea.classpath.org> ---
details:
http://icedtea.classpath.org//hg/icedtea8?cmd=changeset;node=8d8d848082dc
author: andrew
date: Sun May 20 05:53:07 2018 +0100

    PR3593: s390 needs to use '%z' format specifier for size_t arguments as
size_t != int

    2018-05-19  Andrew John Hughes  <gnu_andrew at member.fsf.org>

        PR3593: s390 needs to use '%z' format specifier
        for size_t arguments as size_t != int
        * Makefile.am:
        (ICEDTEA_PATCHES): Add patch.
        * NEWS: Updated.
        * patches/pr3593.patch:
        Use '%z' as SIZE_FORMAT on s390 and fix cases
        where SIZE_FORMAT is either misused or not used
        where needed.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20180525/9bf80c14/attachment.html>


More information about the distro-pkg-dev mailing list