A zero followed by a space is considered invalid.
/* sets errno to EINVAL */ bson_ascii_strtoll ("0 ", *endptr, 10);
- is duplicated by
-
CDRIVER-1170 Problem with bson_new_from_json with numberLong = 0
-
- Closed
-
A zero followed by a space is considered invalid.
/* sets errno to EINVAL */ bson_ascii_strtoll ("0 ", *endptr, 10);
CDRIVER-1170
Problem with bson_new_from_json with numberLong = 0