]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
posix_spawn(3): add POSIX_SPAWN_DISABLE_ASLR_NP
authorKonstantin Belousov <kib@FreeBSD.org>
Sun, 3 Mar 2024 13:30:04 +0000 (15:30 +0200)
committerKonstantin Belousov <kib@FreeBSD.org>
Mon, 4 Mar 2024 01:00:38 +0000 (03:00 +0200)
commit822042fdfca79faada89e67110b01dd9ecc05996
tree4c82e73a94a922ad11a45dab82488ac0a4ecdb90
parent80ac36c3a2a87a19790eba487466bf70d55f566e
posix_spawn(3): add POSIX_SPAWN_DISABLE_ASLR_NP

similar to Apple _POSIX_SPAWN_DISABLE_ASLR

Reviewed by: emaste, kevans
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D44195
include/spawn.h
lib/libc/gen/posix_spawn.c