]> Cypherpunks.ru repositories - gostls13.git/commit
runtime: overwrite existing keys for mapassign_faststr variant
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Fri, 26 Mar 2021 16:29:25 +0000 (23:29 +0700)
committerCuong Manh Le <cuong.manhle.vn@gmail.com>
Sun, 28 Mar 2021 03:27:04 +0000 (03:27 +0000)
commit23ffb5b9ae9e6e313df648d8bf6ab7b8f5ff0cf1
tree942012a7f63d74cfbb94432730ee05ed76f0fbd8
parent49dccf141f5e315739c5517b24572fff7cb13734
runtime: overwrite existing keys for mapassign_faststr variant

Fixes #45045

Change-Id: Ifcc7bd31591870446ce3e5127489a0b887d413f1
Reviewed-on: https://go-review.googlesource.com/c/go/+/305089
Trust: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Run-TryBot: Cuong Manh Le <cuong.manhle.vn@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
src/runtime/map_faststr.go
test/fixedbugs/issue45045.go [new file with mode: 0644]