• mithun's avatar
    Bug #16978278 : BUFFER OVERFLOW WHEN PRINTING A LARGE 64-BIT INTEGER · d88c01d3
    mithun authored
                    WITH MY_B_VPRINTF()
    Issue         : In LP 64 machine max long value can be 20 digit
                    decimal value. But in my_b_vprintf() the intermediate
                    buffer storage used is 17 bytes length. This will lead to
                    buffer overflow.
    Solution      : Increased the buffer storage from 17 to 32 bytes.
                    code is backported from 5.6
    d88c01d3
mf_iocache2.c 12.1 KB