bug5786_range 477 B

12345678
  1. o Minor bugfixes:
  2. - Make our number-parsing functions always treat too-large values
  3. as an error, even when those values exceed the width of the
  4. underlying type. Previously, if the caller provided these
  5. functions with minima or maxima set to the extreme values of the
  6. underlying integer type, these functions would return those
  7. values on overflow rather than treating overflow as an error.
  8. Fix for part of bug 5786; bugfix on Tor 0.0.9.