mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
Nasty bug in modp_dtoa #144
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jeroen on GitHub (Sep 21, 2016).
I got bitten by a this long standing bug in
modp_dtoa{,2,3}: https://github.com/client9/stringencoders/issues/40. I was able to reproduce it with brotli as well.The following values should rond to
1.0but instead return0.1Unfortunately upstream does not seem to be maintained anymore.
@eustas commented on GitHub (Sep 21, 2016):
Could you point where it is used in brotli, please.
The only double-to-string conversion occurs in "bro" tool...
@jeroen commented on GitHub (Sep 21, 2016):
Apologies, I seem to have mixed up with another repository.