diff options
| author | Cherry Mui <cherryyz@google.com> | 2022-10-12 16:24:34 -0400 |
|---|---|---|
| committer | Cherry Mui <cherryyz@google.com> | 2022-10-13 18:47:30 +0000 |
| commit | 9fe17a0340b1609355aa5ce1828a0cf39e0a8092 (patch) | |
| tree | 73f366e6a5047c2d43cc0e71e3a81aeb3c8a465e /src/os/exec | |
| parent | 36ca37f3a04aac4b67aa7fe3cfe480c891d0d53f (diff) | |
| download | go-9fe17a0340b1609355aa5ce1828a0cf39e0a8092.tar.xz | |
cmd/link: don't reset variable size when handling -X flag
The linker's -X flag allows setting/changing a string variable's
content at link time. Currently it resets its size then write a
new string header pointing to the new content. This mostly works.
But under ASAN build the string variable can have larger size
than the usual 2 words, due to the red zone. Resetting the size
can cause the variable to "overlap" (in ASAN's view) with other
variables. Don't reset the size.
Fixes #56175.
Change-Id: Ib364208201a7a2fd7f44f9b1797834198736a405
Reviewed-on: https://go-review.googlesource.com/c/go/+/442635
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Cherry Mui <cherryyz@google.com>
Reviewed-by: Than McIntosh <thanm@google.com>
Diffstat (limited to 'src/os/exec')
0 files changed, 0 insertions, 0 deletions
