]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
riscv: default to non-executable stack
authoremaste <emaste@FreeBSD.org>
Wed, 6 Feb 2019 19:22:15 +0000 (19:22 +0000)
committeremaste <emaste@FreeBSD.org>
Wed, 6 Feb 2019 19:22:15 +0000 (19:22 +0000)
commit5b96e3b72dd52555255844e6c307c66b0a6ce38c
tree4448d2e600e3ea1e8517ab50500afcec48761ca5
parent84399582acfafbcb60bb2690d42359b775592bd6
riscv: default to non-executable stack

There's no need to worry about potential backwards compatibility issues
in a brand-new architecture, so avoid stack PROT_EXEC as with arm64.

Discussed with: br
sys/riscv/riscv/elf_machdep.c