aboutsummaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)Author
2023-12-22elf: Fix TLS modid reuse generation assignment (BZ 29039)Hector Martin
2023-10-18Revert "elf: Always call destructors in reverse constructor order (bug 30785)"Florian Weimer
2023-10-18Revert "elf: Remove unused l_text_end field from struct link_map"Florian Weimer
2023-10-02tunables: Terminate if end of input is reached (CVE-2023-4911)Siddhesh Poyarekar
2023-09-11elf: Remove unused l_text_end field from struct link_mapFlorian Weimer
2023-09-11elf: Always call destructors in reverse constructor order (bug 30785)Florian Weimer
2023-09-11elf: Do not run constructors for proxy objectsFlorian Weimer
2023-09-11elf: Introduce to _dl_call_finiFlorian Weimer
2023-07-07elf: _dl_find_object may return 1 during early startup (bug 30515)Florian Weimer
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
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-20elf: Implement force_first handling in _dl_sort_maps_dfs (bug 28937)Florian Weimer
2022-09-20elf: Rename _dl_sort_maps parameter from skip to force_firstFlorian Weimer
2022-09-15elf: Fix hwcaps string size overestimationJavier Pello
2022-09-15Use __ehdr_start rather than _begin in _dl_start_finalAlan Modra
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-17csu: Implement and use _dl_early_allocate during static startupFlorian Weimer
2022-05-17elf: Remove __libc_init_secureFangrui Song
2022-05-17Linux: Consolidate auxiliary vector parsing (redo)Florian Weimer
2022-05-17Revert "Linux: Consolidate auxiliary vector parsing"Florian Weimer
2022-05-17Linux: Consolidate auxiliary vector parsingFlorian Weimer
2022-05-17elf: Merge dl-sysdep.c into the Linux versionFlorian Weimer
2022-04-27elf: Fix DFS sorting algorithm for LD_TRACE_LOADED_OBJECTS with missing libra...Adhemerval Zanella
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-13elf: Fix memory leak in _dl_find_object_update (bug 29062)Florian Weimer
2022-03-03hppa: Fix bind-now audit (BZ #28857)Adhemerval Zanella
2022-02-22elf: Replace tst-audit24bmod2.so with tst-audit24bmod2H.J. Lu
2022-02-21elf: Check invalid hole in PT_LOAD segments [BZ #28838]H.J. Lu
2022-02-02Fix elf/tst-audit25a with default bind now toolchainsSzabolcs Nagy
2022-02-01elf: Fix runtime linker auditing on aarch64 (BZ #26643)Ben Woodard
2022-02-01elf: Issue la_symbind for bind-now (BZ #23734)Adhemerval Zanella
2022-02-01elf: Fix initial-exec TLS access on audit modules (BZ #28096)Adhemerval Zanella
2022-02-01elf: Add la_activity during application exitAdhemerval Zanella
2022-01-31elf: Add <dl-r_debug.h>H.J. Lu
2022-01-28Fix elf/loadfail test build dependenciesSzabolcs Nagy
2022-01-27Fix glibc 2.34 ABI omission (missing GLIBC_2.34 in dynamic loader)Florian Weimer
2022-01-26Guard tst-valgrind-smoke.out with run-built-testsMark Wielaard
2022-01-26elf: Replace tst-p_alignmod1-editX with a python scriptAdhemerval Zanella
2022-01-25elf: Fix use-after-free in ldconfig [BZ #26779]Martin Sebor
2022-01-24elf: Add a test for PT_LOAD segments with invalid p_align [BZ #28688]H.J. Lu