summaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)Author
2025-06-20Fix error reporting (false negatives) in SGID testsFlorian Weimer
2025-06-03elf: Ignore LD_LIBRARY_PATH and debug env var for setuid for staticAdhemerval Zanella
2025-06-03Revert "elf: Ignore LD_LIBRARY_PATH and debug env var for setuid for static"Florian Weimer
2025-05-21elf: Fix subprocess status handling for tst-dlopen-sgid (bug 32987)Florian Weimer
2025-05-20elf: Test case for bug 32976 (CVE-2025-4802)Florian Weimer
2025-05-20elf: Ignore LD_LIBRARY_PATH and debug env var for setuid for staticAdhemerval Zanella
2025-01-11elf: Support recursive use of dynamic TLS in interposed mallocFlorian Weimer
2025-01-11elf: Avoid some free (NULL) calls in _dl_update_slotinfoFlorian Weimer
2025-01-11elf: Fix slow tls access after dlopen [BZ #19924]Szabolcs Nagy
2024-05-02elf: Disable some subtests of ifuncmain1, ifuncmain5 for !PIEFlorian Weimer
2024-02-12Revert "elf: Fix wrong break removal from 8ee878592c"Adhemerval Zanella
2024-02-05elf: Fix wrong break removal from 8ee878592cAdhemerval Zanella
2023-12-22elf: Fix TLS modid reuse generation assignment (BZ 29039)Hector Martin
2023-10-02tunables: Terminate if end of input is reached (CVE-2023-4911)Siddhesh Poyarekar
2023-04-28gmon: improve mcount overflow handling [BZ# 27576]Simon Kissane
2023-02-08elf: Smoke-test ldconfig -p against system /etc/ld.so.cacheFlorian Weimer
2023-02-08elf: Fix 64 time_t support for installed statically binariesAdhemerval Zanella
2023-01-10elf: Drop elf/tls-macros.h in favor of __thread and tls_model attributes [BZ ...Fangrui Song
2022-12-28Use LFS and 64 bit time for installed programs (BZ #15333)Adhemerval Zanella
2022-11-25elf: Fix wrong fscanf usage on tst-plddAdhemerval Zanella
2022-11-25Allow for unpriviledged nested containersDJ Delorie
2022-11-25elf: Fix wrong fscanf usage on tst-plddAdhemerval Zanella
2022-11-08Makerules: fix MAKEFLAGS assignment for upcoming make-4.4 [BZ# 29564]Sergei Trofimovich
2022-10-14elf: Do not completely clear reused namespace in dlmopen (bug 29600)Florian Weimer
2022-09-15elf: Fix hwcaps string size overestimationJavier Pello
2022-09-13elf: Run tst-audit-tlsdesc, tst-audit-tlsdesc-dlopen everywhereFlorian Weimer
2022-08-30elf: Call __libc_early_init for reused namespaces (bug 29528)Florian Weimer
2022-05-19rtld: Use generic argv adjustment in ld.so [BZ #23293]Szabolcs Nagy
2022-05-19csu: Implement and use _dl_early_allocate during static startupFlorian Weimer
2022-05-19elf: Remove __libc_init_secureFangrui Song
2022-05-19Linux: Consolidate auxiliary vector parsing (redo)Florian Weimer
2022-05-19Revert "Linux: Consolidate auxiliary vector parsing"Florian Weimer
2022-05-19Linux: Consolidate auxiliary vector parsingFlorian Weimer
2022-05-19elf: Merge dl-sysdep.c into the Linux versionFlorian Weimer
2022-05-18elf: Remove unused NEED_DL_BASE_ADDR and _dl_base_addrFlorian Weimer
2022-04-26dlfcn: Do not use rtld_active () to determine ld.so state (bug 29078)Florian Weimer
2022-04-22Default to --with-default-link=no (bug 25812)Florian Weimer
2022-04-22scripts: Add glibcelf.py moduleFlorian Weimer
2022-04-14S390: Add new s390 platform z16.Stefan Liebler
2022-04-12hppa: Fix bind-now audit (BZ #28857)Adhemerval Zanella
2022-04-12elf: Replace tst-audit24bmod2.so with tst-audit24bmod2H.J. Lu
2022-04-12Fix elf/tst-audit25a with default bind now toolchainsSzabolcs Nagy
2022-04-12elf: Fix runtime linker auditing on aarch64 (BZ #26643)Ben Woodard
2022-04-12elf: Issue la_symbind for bind-now (BZ #23734)Adhemerval Zanella
2022-04-08elf: Fix initial-exec TLS access on audit modules (BZ #28096)Adhemerval Zanella
2022-04-08elf: Add la_activity during application exitAdhemerval Zanella
2022-04-08elf: Do not fail for failed dlmopen on audit modules (BZ #28061)Adhemerval Zanella
2022-04-08elf: Issue audit la_objopen for vDSOAdhemerval Zanella
2022-04-08elf: Add audit tests for modules with TLSDESCAdhemerval Zanella
2022-04-08elf: Avoid unnecessary slowdown from profiling with audit (BZ#15533)Adhemerval Zanella