aboutsummaryrefslogtreecommitdiff
path: root/src/math/big/ratconv_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/big/ratconv_test.go')
-rw-r--r--src/math/big/ratconv_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/math/big/ratconv_test.go b/src/math/big/ratconv_test.go
index 15d206cb38..e55e655718 100644
--- a/src/math/big/ratconv_test.go
+++ b/src/math/big/ratconv_test.go
@@ -104,6 +104,7 @@ var setStringTests = []StringTest{
{in: "4/3/"},
{in: "4/3."},
{in: "4/"},
+ {in: "13e-9223372036854775808"}, // CVE-2022-23772
// valid
{"0", "0", true},