Skip to content

Commit 7e68aa0

Browse files
authored
Merge pull request Tencent#1252 from StilesCrisis/issue-1251-test
Unit Test: Parsing "128.74836467836484838364836483643636483648e-336" causes a crash
2 parents c511ce3 + 1329cde commit 7e68aa0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/unittest/readertest.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ static void TestParseDouble() {
245245
TEST_DOUBLE(fullPrecision, "1e-21474836311", 0.0);
246246
TEST_DOUBLE(fullPrecision, "1.00000000001e-2147483638", 0.0);
247247
TEST_DOUBLE(fullPrecision, "0.017976931348623157e+310", 1.7976931348623157e+308); // Max double in another form
248+
TEST_DOUBLE(fullPrecision, "128.74836467836484838364836483643636483648e-336", 0.0); // Issue #1251
248249

249250
// Since
250251
// abs((2^-1022 - 2^-1074) - 2.2250738585072012e-308) = 3.109754131239141401123495768877590405345064751974375599... x 10^-324

0 commit comments

Comments
 (0)