summaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)Author
2025-08-14elf: Handle ld.so with LOAD segment gaps in _dl_find_object (bug 31943)Florian Weimer
2025-08-14elf: Extract rtld_setup_phdr function from dl_mainFlorian Weimer
2025-08-14elf: Do not add a copy of _dl_find_object to libc.soFlorian Weimer
2025-08-14arm: Use _dl_find_object on __gnu_Unwind_Find_exidx (BZ 31405)Adhemerval Zanella
2025-06-20Fix error reporting (false negatives) in SGID testsFlorian 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-10elf: Support recursive use of dynamic TLS in interposed mallocFlorian Weimer
2025-01-10elf: Avoid some free (NULL) calls in _dl_update_slotinfoFlorian Weimer
2025-01-09elf: Fix slow tls access after dlopen [BZ #19924]Szabolcs Nagy
2024-10-29elf: Change ldconfig auxcache magic number (bug 32231)Florian Weimer
2024-08-01tests: replace system by xsystemFrédéric Bérat
2024-07-16elf: Make dl-rseq-symbols Linux onlyAdhemerval Zanella
2024-07-16nptl: fix potential merge of __rseq_* relro symbolsMichael Jeanson
2024-07-16Add AT_RSEQ_* from Linux 6.3 to elf.hJoseph Myers
2024-04-25elf: Also compile dl-misc.os with $(rtld-early-cflags)H.J. Lu
2023-12-22elf: Fix TLS modid reuse generation assignment (BZ 29039)Hector Martin
2023-12-07elf: Fix wrong break removal from 8ee878592cAdhemerval Zanella
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-07-12sparc: Fix la_symbind for bind-now (BZ 23734)Adhemerval Zanella
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-20elf: Restore ldconfig libc6 implicit soname logic [BZ #30125]Joan Bruguera
2023-02-08elf: Smoke-test ldconfig -p against system /etc/ld.so.cacheFlorian Weimer
2023-02-03LoongArch: Add new relocation types.caiyinyu
2023-01-12elf: Fix GL(dl_phdr) and GL(dl_phnum) for static builds [BZ #29864]Adhemerval Zanella
2023-01-06Update copyright dates not handled by scripts/update-copyrightsJoseph Myers
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-12-19libio: Convert __vswprintf_internal to buffers (bug 27857)Florian Weimer
2022-12-19libio: Convert __obstack_vprintf_internal to buffers (bug 27124)Florian Weimer
2022-12-19libio: Convert __vsprintf_internal to buffersFlorian Weimer
2022-12-19stdio-common: Convert vfprintf and related functions to buffersFlorian Weimer
2022-12-19stdio-common: Introduce buffers for implementing printfFlorian Weimer
2022-12-15elf: Fix tst-relro-symbols.py argument passingAdhemerval Zanella
2022-12-12elf: Do not assume symbol order on tst-audit25{a,b}Adhemerval Zanella
2022-11-29ARC: update definitions in elf/elf.hShahab Vahedi
2022-11-07elf/tlsdeschtab.h: Add the Malloc return value check in _dl_make_tlsdesc_dyna...Xiaoming Ni
2022-11-04elf: Disable some subtests of ifuncmain1, ifuncmain5 for !PIEFlorian Weimer
2022-11-03elf: Introduce <dl-call_tls_init_tp.h> and call_tls_init_tp (bug 29249)Florian Weimer
2022-11-03LoongArch: Fix ABI related macros in elf.h to keep consistent with binutils[1].caiyinyu
2022-11-03elf: Rework exception handling in the dynamic loader [BZ #25486]Florian Weimer
2022-11-02elf: Remove allocate use on _dl_debug_printfAdhemerval Zanella
2022-10-31elf: Build tst-relr-mod[34]a.so with $(LDFLAGS-rpath-ORIGIN)H.J. Lu
2022-10-28Fix elf/tst-dlmopen-twice not to exhaust static TLSSzabolcs Nagy