• Davi Arnaut's avatar
    Bug#58765: Warning in item.h on Windows · d00b9f10
    Davi Arnaut authored
    Truncate the maximum result length (64-bit wide type) to fit into
    the item maximum length (32-bit wide type). This is possible as
    this specific branch is only used if the maximum result length
    is less than 0x1000000 (MAX_BLOB_WIDTH), which fits comfortably
    in a 32-bit wide type.
    d00b9f10
item.h 113 KB