• R
    fix spurious overflows in strtoull with small bases · 54222d1e
    Rich Felker 提交于
    whenever the base was small enough that more than one digit could
    still fit after UINTMAX_MAX/36-1 was reached, only the first would be
    allowed; subsequent digits would trigger spurious overflow, making it
    impossible to read the largest values in low bases.
    54222d1e
intparse.c 2.6 KB