]> Cypherpunks repositories - gostls13.git/commit
math/big: fix Add, Sub when receiver aliases 2nd operand
authorAlberto Donizetti <alb.donizetti@gmail.com>
Thu, 25 May 2017 09:50:40 +0000 (11:50 +0200)
committerAlberto Donizetti <alb.donizetti@gmail.com>
Wed, 31 May 2017 10:28:05 +0000 (10:28 +0000)
commit1948b7f8069d881822bf700185dd19dcb4b14482
tree19d13332be0ab31a09d7f0b9aef2524bea39704f
parent673fdea5e798baa98c418cba86cf50c8d80cbc36
math/big: fix Add, Sub when receiver aliases 2nd operand

Fixes #20490

Change-Id: I9cfa604f9ff94df779cb9b4cbbd706258fc473ac
Reviewed-on: https://go-review.googlesource.com/44150
Run-TryBot: Alberto Donizetti <alb.donizetti@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
src/math/big/float.go
src/math/big/float_test.go