aboutsummaryrefslogtreecommitdiff
path: root/src/regex/regexec.c
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2012-04-13 03:26:59 -0400
committerRich Felker <dalias@aerifal.cx>2012-04-13 03:26:59 -0400
commit54222d1efc5239d3fc8c528672bd52bfd8dad813 (patch)
tree703fffd260ae2435d51fc19a582906eca9a317a6 /src/regex/regexec.c
parentremove magic numbers from floatscan (diff)
downloadgrovel-54222d1efc5239d3fc8c528672bd52bfd8dad813.tar.gz
grovel-54222d1efc5239d3fc8c528672bd52bfd8dad813.tar.xz
fix spurious overflows in strtoull with small bases
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.
Diffstat (limited to 'src/regex/regexec.c')
0 files changed, 0 insertions, 0 deletions