index
:
glibc
master
vdso
Fork of glibc for development
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
elf
/
dl-tunables.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
elf: Make glibc.rtld.enable_secure ignore alias environment variables
Adhemerval Zanella
2024-05-07
1
-9
/
+27
*
elf: Remove glibc.rtld.enable_secure check from parse_tunables_string
Adhemerval Zanella
2024-05-07
1
-20
/
+38
*
elf: Only process multiple tunable once (BZ 31686)
Adhemerval Zanella
2024-05-07
1
-13
/
+17
*
rtld: Add glibc.rtld.enable_secure tunable.
Joe Simmons-Talbott
2024-02-29
1
-0
/
+11
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2024-01-01
1
-1
/
+1
*
elf: Do not set invalid tunables values
Adhemerval Zanella
2023-12-19
1
-5
/
+30
*
elf: Do not duplicate the GLIBC_TUNABLES string
Adhemerval Zanella
2023-12-19
1
-49
/
+31
*
elf: Add a way to check if tunable is set (BZ 27069)
Adhemerval Zanella
2023-11-29
1
-0
/
+40
*
elf: Emit warning if tunable is ill-formatted
Adhemerval Zanella
2023-11-21
1
-0
/
+6
*
elf: Do not parse ill-formatted strings
Adhemerval Zanella
2023-11-21
1
-12
/
+36
*
elf: Do not process invalid tunable format
Adhemerval Zanella
2023-11-21
1
-2
/
+4
*
elf: Ignore GLIBC_TUNABLES for setuid/setgid binaries
Adhemerval Zanella
2023-11-21
1
-99
/
+28
*
elf: Remove /etc/suid-debug support
Adhemerval Zanella
2023-11-21
1
-16
/
+0
*
tunables: Terminate if end of input is reached (CVE-2023-4911)
Siddhesh Poyarekar
2023-10-02
1
-7
/
+10
*
Remove --enable-tunables configure option
Adhemerval Zanella Netto
2023-03-29
1
-11
/
+1
*
Update copyright dates with scripts/update-copyrights
Joseph Myers
2023-01-06
1
-1
/
+1
*
Use '%z' instead of '%Z' on printf functions
Adhemerval Zanella Netto
2022-09-22
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2022-01-01
1
-1
/
+1
*
elf: Use the minimal malloc on tunables_strdup
Adhemerval Zanella
2021-11-09
1
-3
/
+4
*
rtld: copy terminating null in tunables_strdup (bug 28256)
Andreas Schwab
2021-08-23
1
-2
/
+0
*
Fix SXID_ERASE behavior in setuid programs (BZ #27471)
Siddhesh Poyarekar
2021-04-12
1
-30
/
+26
*
tunables: Fix comparison of tunable values
Siddhesh Poyarekar
2021-04-07
1
-11
/
+14
*
tunables: Simplify TUNABLE_SET interface
Siddhesh Poyarekar
2021-02-10
1
-88
/
+40
*
Use hidden visibility for early static PIE code
Szabolcs Nagy
2021-01-21
1
-0
/
+4
*
elf: Avoid RELATIVE relocs in __tunables_init
Szabolcs Nagy
2021-01-21
1
-1
/
+1
*
ld.so: Add --list-tunables to print tunable values
H.J. Lu
2021-01-15
1
-0
/
+43
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2021-01-02
1
-1
/
+1
*
Set tunable value as well as min/max values
H.J. Lu
2020-09-29
1
-4
/
+41
*
Replace val with __val in TUNABLE_SET_VAL_IF_VALID_RANGE
H.J. Lu
2020-06-04
1
-2
/
+2
*
parse_tunables: Fix typo in comment
Jonathan Wakely
2020-03-13
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2020-01-01
1
-1
/
+1
*
tunables: report sbrk() failure
DJ Delorie
2019-12-16
1
-5
/
+4
*
Prefer https to http for gnu.org and fsf.org URLs
Paul Eggert
2019-09-07
1
-1
/
+1
*
Avoid "inline" after return type in function definitions.
Joseph Myers
2019-02-06
1
-2
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2019-01-01
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2018-01-01
1
-1
/
+1
*
Fix range check in do_tunable_update_val
Alexey Makhalov
2017-09-27
1
-11
/
+4
*
i386: Add <startup.h> [BZ #21913]
H.J. Lu
2017-08-08
1
-0
/
+1
*
tunables: Use direct syscall for access (BZ#21744)
Adhemerval Zanella
2017-07-24
1
-0
/
+2
*
tunables, aarch64: New tunable to override cpu
Siddhesh Poyarekar
2017-06-30
1
-20
/
+4
*
ld.so: Consolidate 2 strtouls into _dl_strtoul [BZ #21528]
H.J. Lu
2017-06-08
1
-68
/
+1
*
tunables: Clean up hooks to get and set tunables
Siddhesh Poyarekar
2017-06-07
1
-21
/
+37
*
Make __tunables_init hidden and avoid PLT
H.J. Lu
2017-05-25
1
-0
/
+2
*
tunables: Add support for tunables of uint64_t type
Siddhesh Poyarekar
2017-05-17
1
-54
/
+40
*
Narrowing the visibility of libc-internal.h even further.
Zack Weinberg
2017-03-01
1
-1
/
+0
*
Fix getting tunable values on big-endian (BZ #21109)
Siddhesh Poyarekar
2017-02-08
1
-0
/
+2
*
tunables: Fix environment variable processing for setuid binaries (bz #21073)
Siddhesh Poyarekar
2017-02-02
1
-23
/
+96
*
* elf/dl-tunables.c (tunable_set_val_if_valid_range): Split into ...
DJ Delorie
2017-01-20
1
-4
/
+26
*
Fix environment traversal when an envvar value is empty
Siddhesh Poyarekar
2017-01-20
1
-2
/
+2
*
tunables: Avoid getenv calls and disable glibc.malloc.check by default
Siddhesh Poyarekar
2017-01-10
1
-77
/
+10
[next]