tunables: Terminate if end of input is reached (CVE-2023-4911)
[platform/upstream/glibc.git] / elf / dl-tunables.c
2023-10-05 Siddhesh Poyarekartunables: Terminate if end of input is reached (CVE... 85/299585/2
2023-01-06 Joseph MyersUpdate copyright dates with scripts/update-copyrights
2022-09-22 Adhemerval Zanella... Use '%z' instead of '%Z' on printf functions
2022-01-01 Paul EggertUpdate copyright dates with scripts/update-copyrights
2021-11-09 Adhemerval Zanellaelf: Use the minimal malloc on tunables_strdup
2021-08-23 Andreas Schwabrtld: copy terminating null in tunables_strdup (bug...
2021-04-12 Siddhesh PoyarekarFix SXID_ERASE behavior in setuid programs (BZ #27471)
2021-04-07 Siddhesh Poyarekartunables: Fix comparison of tunable values
2021-02-10 Siddhesh Poyarekartunables: Simplify TUNABLE_SET interface
2021-01-21 Szabolcs NagyUse hidden visibility for early static PIE code
2021-01-21 Szabolcs Nagyelf: Avoid RELATIVE relocs in __tunables_init
2021-01-15 H.J. Luld.so: Add --list-tunables to print tunable values
2021-01-02 Paul EggertUpdate copyright dates with scripts/update-copyrights
2020-09-29 H.J. LuSet tunable value as well as min/max values
2020-06-04 H.J. LuReplace val with __val in TUNABLE_SET_VAL_IF_VALID_RANGE
2020-03-13 Jonathan Wakelyparse_tunables: Fix typo in comment
2020-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2019-12-16 DJ Delorietunables: report sbrk() failure
2019-09-07 Paul EggertPrefer https to http for gnu.org and fsf.org URLs
2019-02-06 Joseph MyersAvoid "inline" after return type in function definitions.
2019-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2018-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2017-09-26 Alexey MakhalovFix range check in do_tunable_update_val
2017-08-08 H.J. Lui386: Add <startup.h> [BZ #21913]
2017-07-24 Adhemerval Zanellatunables: Use direct syscall for access (BZ#21744)
2017-06-30 Siddhesh Poyarekartunables, aarch64: New tunable to override cpu
2017-06-08 H.J. Luld.so: Consolidate 2 strtouls into _dl_strtoul [BZ...
2017-06-07 Siddhesh Poyarekartunables: Clean up hooks to get and set tunables
2017-05-25 H.J. LuMake __tunables_init hidden and avoid PLT
2017-05-17 Siddhesh Poyarekartunables: Add support for tunables of uint64_t type
2017-03-02 Zack WeinbergNarrowing the visibility of libc-internal.h even further.
2017-02-08 Siddhesh PoyarekarFix getting tunable values on big-endian (BZ #21109)
2017-02-02 Siddhesh Poyarekartunables: Fix environment variable processing for setui...
2017-01-21 DJ Delorie* elf/dl-tunables.c (tunable_set_val_if_valid_range...
2017-01-19 Siddhesh PoyarekarFix environment traversal when an envvar value is empty
2017-01-10 Siddhesh Poyarekartunables: Avoid getenv calls and disable glibc.malloc...
2017-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2016-12-31 Siddhesh PoyarekarEnhance --enable-tunables to select tunables frontend...
2016-12-31 Siddhesh PoyarekarInitialize tunable list with the GLIBC_TUNABLES environ...
2016-12-31 Siddhesh PoyarekarAdd framework for tunables