1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-04-19 01:04:13 +03:00

manual/tunables: fix a trivial typo

Fixes: 12a497c716f0 ("elf: Extend glibc.rtld.execstack tunable to force executable stack (BZ 32653)"
Reviewed-by: Florian Weimer <fweimer@redhat.com>
This commit is contained in:
Aurelien Jarno 2025-04-13 17:33:23 +02:00 committed by Adhemerval Zanella
parent 1f8f322823
commit 9df92958c1

View File

@ -367,7 +367,7 @@ stack is allowed from the main program. Setting the value to @code{0} disables
the ABI auto-negotiation (meaning no executable stacks even if the ABI or ELF the ABI auto-negotiation (meaning no executable stacks even if the ABI or ELF
header requires it), @code{1} enables auto-negotiation (although the program header requires it), @code{1} enables auto-negotiation (although the program
might not need an executable stack), while @code{2} forces an executable might not need an executable stack), while @code{2} forces an executable
stack at process start. Tthis is provided for compatibility reasons, when stack at process start. This is provided for compatibility reasons, when
the program dynamically loads modules with @code{dlopen} which require the program dynamically loads modules with @code{dlopen} which require
an executable stack. an executable stack.