aboutsummaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)AuthorFilesLines
2023-12-22elf: Fix TLS modid reuse generation assignment (BZ 29039)Hector Martin1-0/+1
2023-10-18Revert "elf: Always call destructors in reverse constructor order (bug 30785)"Florian Weimer5-171/+173
2023-10-18Revert "elf: Remove unused l_text_end field from struct link_map"Florian Weimer4-3/+16
2023-10-02tunables: Terminate if end of input is reached (CVE-2023-4911)Siddhesh Poyarekar2-15/+39
2023-09-11elf: Remove unused l_text_end field from struct link_mapFlorian Weimer4-16/+3
2023-09-11elf: Always call destructors in reverse constructor order (bug 30785)Florian Weimer5-173/+171
2023-09-11elf: Do not run constructors for proxy objectsFlorian Weimer1-2/+6
2023-09-11elf: Introduce to _dl_call_finiFlorian Weimer4-78/+53
2023-07-07elf: _dl_find_object may return 1 during early startup (bug 30515)Florian Weimer2-1/+12
2023-04-28gmon: improve mcount overflow handling [BZ# 27576]Simon Kissane1-0/+13
2023-02-08elf: Smoke-test ldconfig -p against system /etc/ld.so.cacheFlorian Weimer2-0/+83
2022-11-25elf: Fix wrong fscanf usage on tst-plddAdhemerval Zanella1-4/+5
2022-11-25Allow for unpriviledged nested containersDJ Delorie1-0/+2
2022-11-25elf: Fix wrong fscanf usage on tst-plddAdhemerval Zanella1-1/+2
2022-11-08Makerules: fix MAKEFLAGS assignment for upcoming make-4.4 [BZ# 29564]Sergei Trofimovich1-1/+1
2022-10-14elf: Do not completely clear reused namespace in dlmopen (bug 29600)Florian Weimer2-12/+30
2022-09-20elf: Implement force_first handling in _dl_sort_maps_dfs (bug 28937)Florian Weimer2-9/+30
2022-09-20elf: Rename _dl_sort_maps parameter from skip to force_firstFlorian Weimer1-7/+7
2022-09-15elf: Fix hwcaps string size overestimationJavier Pello1-3/+5
2022-09-15Use __ehdr_start rather than _begin in _dl_start_finalAlan Modra2-6/+4
2022-09-13elf: Run tst-audit-tlsdesc, tst-audit-tlsdesc-dlopen everywhereFlorian Weimer1-16/+6
2022-08-30elf: Call __libc_early_init for reused namespaces (bug 29528)Florian Weimer5-5/+154
2022-05-19rtld: Use generic argv adjustment in ld.so [BZ #23293]Szabolcs Nagy1-13/+60
2022-05-17csu: Implement and use _dl_early_allocate during static startupFlorian Weimer3-0/+80
2022-05-17elf: Remove __libc_init_secureFangrui Song1-10/+0
2022-05-17Linux: Consolidate auxiliary vector parsing (redo)Florian Weimer2-76/+14
2022-05-17Revert "Linux: Consolidate auxiliary vector parsing"Florian Weimer1-4/+76
2022-05-17Linux: Consolidate auxiliary vector parsingFlorian Weimer1-76/+4
2022-05-17elf: Merge dl-sysdep.c into the Linux versionFlorian Weimer1-350/+2
2022-04-27elf: Fix DFS sorting algorithm for LD_TRACE_LOADED_OBJECTS with missing libra...Adhemerval Zanella13-1/+92
2022-04-26dlfcn: Do not use rtld_active () to determine ld.so state (bug 29078)Florian Weimer4-4/+149
2022-04-22Default to --with-default-link=no (bug 25812)Florian Weimer2-0/+170
2022-04-22scripts: Add glibcelf.py moduleFlorian Weimer2-0/+267
2022-04-14S390: Add new s390 platform z16.Stefan Liebler2-0/+14
2022-04-13elf: Fix memory leak in _dl_find_object_update (bug 29062)Florian Weimer1-2/+3
2022-03-03hppa: Fix bind-now audit (BZ #28857)Adhemerval Zanella5-5/+10
2022-02-22elf: Replace tst-audit24bmod2.so with tst-audit24bmod2H.J. Lu1-1/+1
2022-02-21elf: Check invalid hole in PT_LOAD segments [BZ #28838]H.J. Lu1-0/+3
2022-02-02Fix elf/tst-audit25a with default bind now toolchainsSzabolcs Nagy1-0/+1
2022-02-01elf: Fix runtime linker auditing on aarch64 (BZ #26643)Ben Woodard1-1/+2
2022-02-01elf: Issue la_symbind for bind-now (BZ #23734)Adhemerval Zanella28-37/+1322
2022-02-01elf: Fix initial-exec TLS access on audit modules (BZ #28096)Adhemerval Zanella6-4/+167
2022-02-01elf: Add la_activity during application exitAdhemerval Zanella5-0/+351
2022-01-31elf: Add <dl-r_debug.h>H.J. Lu2-25/+24
2022-01-28Fix elf/loadfail test build dependenciesSzabolcs Nagy1-1/+3
2022-01-27Fix glibc 2.34 ABI omission (missing GLIBC_2.34 in dynamic loader)Florian Weimer3-0/+39
2022-01-26Guard tst-valgrind-smoke.out with run-built-testsMark Wielaard1-0/+2
2022-01-26elf: Replace tst-p_alignmod1-editX with a python scriptAdhemerval Zanella4-190/+4
2022-01-25elf: Fix use-after-free in ldconfig [BZ #26779]Martin Sebor1-1/+1
2022-01-24elf: Add a test for PT_LOAD segments with invalid p_align [BZ #28688]H.J. Lu4-0/+88