]> git.ipfire.org Git - thirdparty/zstd.git/commit
Remove executable flag from GNU_STACK section 2857/head
authorko-zu <causeless@gmail.com>
Sat, 13 Nov 2021 13:48:33 +0000 (22:48 +0900)
committerko-zu <causeless@gmail.com>
Sat, 13 Nov 2021 13:58:33 +0000 (22:58 +0900)
commitc67e07f34e89346ed4ee8b7f42972b679583ba96
treefde3a4e4d9acbad9bd5d42fd79b75b0331d1108e
parentddae153947beb03b9c9b64dc0ecf43b37e924e4d
Remove executable flag from GNU_STACK section

Putting stack marking into every assembly files is required to indicate
that the stack does not need to be executable.
Executable flag on stack conflicts with some security measures, Systemd
MemoryDenyWriteExecute=yes for example.
lib/decompress/huf_decompress_amd64.S