freebsd-dev/usr.bin/elfctl
Mark Johnston 758d98debe exec: Remove the stack gap implementation
ASLR stack randomization will reappear in a forthcoming commit.  Rather
than inserting a random gap into the stack mapping, the entire stack
mapping itself will be randomized in the same way that other mappings
are when ASLR is enabled.

No functional change intended, as the stack gap implementation is
currently disabled by default.

Reviewed by:	kib
MFC after:	2 weeks
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D33704
2022-01-17 16:11:54 -05:00
..
elfctl.1 elfctl: allow features to be specified by value 2021-01-22 14:38:52 -05:00
elfctl.c exec: Remove the stack gap implementation 2022-01-17 16:11:54 -05:00
Makefile