]> Cypherpunks.ru repositories - gostls13.git/commit
math/big: add test for recursive division panic
authorKatie Hockman <katie@golang.org>
Tue, 24 Nov 2020 20:37:25 +0000 (15:37 -0500)
committerKatie Hockman <katie@golang.org>
Mon, 14 Dec 2020 20:56:03 +0000 (20:56 +0000)
commitdea6d94a4453dfcadbfcaf923100aa1e1d3e469a
treed0bad13b82d7744cf18ff0e8bb4d0012f8198838
parent2f5b1a397454b76ad71e7eda5d574c304a416372
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>
src/math/big/nat_test.go