]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
imgact_elf: Disable the stack gap for now
authorMark Johnston <markj@FreeBSD.org>
Tue, 14 Dec 2021 21:15:06 +0000 (16:15 -0500)
committerMark Johnston <markj@FreeBSD.org>
Tue, 14 Dec 2021 21:19:40 +0000 (16:19 -0500)
commitbfd451210e5972c1f2ec5200b6ca6ca70a9f24ae
tree9e663dc9c4ed1fe82e4235d803cd184389ade345
parent754c4757c9cb225c66eb3297f2a8be198786fcc9
imgact_elf: Disable the stack gap for now

The integration with RLIMIT_STACK is still causing problems for some
programs such as lang/sdcc and syzkaller's executor.  Until this is
resolved by some work currently in progress, disable the stack gap by
default.

PR: 260303
Reviewed by: kib, emaste
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D33438
sys/kern/imgact_elf.c