diff options
author | Aurelien Jarno <aurelien@aurel32.net> | 2025-04-13 17:33:23 +0200 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2025-04-14 10:24:55 -0300 |
commit | 9df92958c196f7a0be51a204a19caafe2f45a22d (patch) | |
tree | b1a0b79c2c09ff536694b11cf52c735d7bc64866 | |
parent | 1f8f322823afd67a7ea1adad454332aa1b040254 (diff) | |
download | glibc-9df92958c196f7a0be51a204a19caafe2f45a22d.zip glibc-9df92958c196f7a0be51a204a19caafe2f45a22d.tar.gz glibc-9df92958c196f7a0be51a204a19caafe2f45a22d.tar.bz2 |
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>
-rw-r--r-- | manual/tunables.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/tunables.texi b/manual/tunables.texi index 67064f5..d11ca7e 100644 --- a/manual/tunables.texi +++ b/manual/tunables.texi @@ -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 header requires it), @code{1} enables auto-negotiation (although the program 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 an executable stack. |