Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing real precision by limiting precision to 15 digits. (osquery#8355)
Fixes osquery#8301 The previous fix was incomplete -- there were still some numbers that were being improperly converted into string. This fix limits double-to-string conversion to significant digits only, without an extra non-significant digit.
- Loading branch information