-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: 2.7.1
-
Component/s: Internal Code
-
Fully Compatible
-
ALL
-
Platforms 13 (04/22/16)
See https://github.com/mongodb/mongo/blob/r2.7.1/src/mongo/base/parse_number_test.cpp#L300
The issue is that the system libraries that parseNumberFromString uses do not correctly parse these values. For example: "0x10.1" is not parseable on these platforms.
User visible impact:
- command line parsing
- JSON parsing
- other?
- is related to
-
SERVER-14110 Inconsistent handling of numerical base specifier in startup options
- Closed