]> Cypherpunks repositories - gostls13.git/commit
runtime: check plugin-loaded moduledata addresses
authorDavid Crawshaw <crawshaw@golang.org>
Mon, 19 Sep 2016 18:08:21 +0000 (14:08 -0400)
committerDavid Crawshaw <crawshaw@golang.org>
Fri, 23 Sep 2016 02:16:17 +0000 (02:16 +0000)
commitb4c9829c2299772eb0aaffcd437085f9f43e7166
tree29127eb66f75a8a8eb354436d03ebee7917c3253
parent9d8522fdc72ecc8eaa2d318a2cc04abde9beeb42
runtime: check plugin-loaded moduledata addresses

Inspired by difficulties with plugin support on darwin.

Change-Id: I2cef8410837946454e75d00e94e46791f03f2267
Reviewed-on: https://go-review.googlesource.com/29391
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/runtime/plugin.go