fastfloat / fast_float

Fast and exact implementation of the C++ from_chars functions for number types: 4x to 10x faster than strtod, part of GCC 12, Chromium and WebKit/Safari
Apache License 2.0
1.35k stars 124 forks source link

Verify and fix issue 235 #236

Closed lemire closed 7 months ago

lemire commented 7 months ago

When an integer string begins and end with zeroes, we may read beyond the scope.

Fixes https://github.com/fastfloat/fast_float/issues/235