mirror of https://git.musl-libc.org/git/musl
Browse Source
incorrect behavior occurred only in cases where the input overflows unsigned long long, not just the (possibly lower) range limit for the result type. in this case, processing of the '-' sign character was not suppressed, and the function returned a value of 1 despite setting errno to ERANGE.master
1 changed files with 1 additions and 0 deletions
Loading…
Reference in new issue