]> Cypherpunks.ru repositories - gostls13.git/commit
reflect: fix methodValueCall code pointer mismatch in Value.Pointer
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Tue, 19 Oct 2021 17:16:23 +0000 (00:16 +0700)
committerCuong Manh Le <cuong.manhle.vn@gmail.com>
Tue, 19 Oct 2021 18:56:08 +0000 (18:56 +0000)
commit07e5527249cb0b152a3807d67ea83bafd71d2496
tree8b46ff7a4717e053e8f77572799ab3915a74d672
parentd7149e502dfb13fdc94439eebaf1823a6c6dd84f
reflect: fix methodValueCall code pointer mismatch in Value.Pointer

This is the port of CL 356809 for Value.Pointer to fix the mismatch of
methodValueCall code pointer.

Change-Id: I080ac41b94b44d878cd5896207a76a28c57fd48b
Reviewed-on: https://go-review.googlesource.com/c/go/+/356950
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: Cherry Mui <cherryyz@google.com>
src/reflect/all_test.go
src/reflect/value.go