]> Cypherpunks repositories - gostls13.git/commit
cmd/link: mark stacks as non-executable on freebsd
authorKeith Randall <khr@golang.org>
Wed, 1 Sep 2021 15:33:42 +0000 (08:33 -0700)
committerKeith Randall <khr@golang.org>
Thu, 2 Sep 2021 15:14:50 +0000 (15:14 +0000)
commit782aa42255163559c5e1c4c2d98c8f28da8cf96b
tree5b20ab4d8c9e072d03ffa0712952a97d797c41ee
parentd8b156773c51e34af9792646ea283c292ba3b048
cmd/link: mark stacks as non-executable on freebsd

Fixes #48112

Change-Id: I673a5fe61171e5ba3d8ce58daac79391fb4758f9
Reviewed-on: https://go-review.googlesource.com/c/go/+/346872
Trust: Keith Randall <khr@golang.org>
Run-TryBot: Keith Randall <khr@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
src/cmd/link/internal/ld/elf.go