go/src/math/big
Katie Hockman dea6d94a44 math/big: add test for recursive division panic
The vulnerability that allowed this panic is
CVE-2020-28362 and has been fixed in a security
release, per #42552.

Change-Id: I774bcda2cc83cdd5a273d21c8d9f4b53fa17c88f
Reviewed-on: https://go-review.googlesource.com/c/go/+/277959
Run-TryBot: Katie Hockman <katie@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Trust: Katie Hockman <katie@golang.org>
Reviewed-by: Filippo Valsorda <filippo@golang.org>
2020-12-14 20:56:03 +00:00
..
accuracy_string.go
arith.go
arith_386.s
arith_amd64.go
arith_amd64.s
arith_arm.s
arith_arm64.s
arith_decl.go
arith_decl_pure.go
arith_decl_s390x.go
arith_mips64x.s
arith_mipsx.s
arith_ppc64x.s
arith_riscv64.s
arith_s390x.s math/big: remove the s390x assembly for shlVU and shrVU 2020-12-03 18:43:06 +00:00
arith_s390x_test.go
arith_test.go math/big: remove the s390x assembly for shlVU and shrVU 2020-12-03 18:43:06 +00:00
arith_wasm.s
bits_test.go
calibrate_test.go
decimal.go
decimal_test.go
doc.go
example_rat_test.go
example_test.go
float.go
float_test.go
floatconv.go
floatconv_test.go
floatexample_test.go
floatmarsh.go
floatmarsh_test.go
ftoa.go
gcd_test.go
hilbert_test.go
int.go
int_test.go
intconv.go
intconv_test.go
intmarsh.go
intmarsh_test.go
link_test.go all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp 2020-12-09 19:12:23 +00:00
nat.go
nat_test.go math/big: add test for recursive division panic 2020-12-14 20:56:03 +00:00
natconv.go
natconv_test.go
prime.go
prime_test.go
rat.go
rat_test.go
ratconv.go
ratconv_test.go
ratmarsh.go
ratmarsh_test.go
roundingmode_string.go
sqrt.go
sqrt_test.go