summaryrefslogtreecommitdiff
path: root/elf/dl-load.c
AgeCommit message (Expand)Author
2018-07-16x86: Support IBT and SHSTK in Intel CET [BZ #21598]H.J. Lu
2018-06-12Fix comments in _dl_dst_count and _dl_dst_substitute.Carlos O'Donell
2018-06-12Improve DST handling (Bug 23102, Bug 21942, Bug 18018, Bug 23259).Carlos O'Donell
2018-06-12Avoid cancellable I/O primitives in ld.so.Zack Weinberg
2018-05-05Fix BZ 20419. A PT_NOTE in a binary could be arbitratily large, so usingPaul Pluzhnikov
2018-02-21elf: Remove ad-hoc restrictions on dlopen callers [BZ #22787]Florian Weimer
2018-01-01elf: check for rpath emptiness before making a copy of itDmitry V. Levin
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-30elf: Check for empty tokens before dynamic string token expansion [BZ #22625]Aurelien Jarno
2017-12-27elf: remove redundant is_path argumentDmitry V. Levin
2017-12-27elf: remove redundant code from is_dstDmitry V. Levin
2017-12-27elf: remove redundant code from _dl_dst_substituteDmitry V. Levin
2017-12-19elf: remove redundant __libc_enable_secure check from fillin_rpathDmitry V. Levin
2017-12-18elf: do not substitute dst in $LD_LIBRARY_PATH twice [BZ #22627]Dmitry V. Levin
2017-12-14elf: Count components of the expanded path in _dl_init_path [BZ #22607]Florian Weimer
2017-12-14elf: Compute correct array size in _dl_init_paths [BZ #22606]Florian Weimer
2017-11-28Properly compute offsets of note descriptor and next note [BZ #22370]H.J. Lu
2017-09-26Skip PT_DYNAMIC segment with p_filesz == 0 [BZ #22101]H.J. Lu
2017-08-31elf: Remove internal_function attributeFlorian Weimer
2017-03-01Narrowing the visibility of libc-internal.h even further.Zack Weinberg
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-11-23elf: Assume TLS is initialized in _dl_map_object_from_fdFlorian Weimer
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-11-10NaCl: Use open_resource API for shared objectsRoland McGrath
2015-11-09ld.so: Add original DSO name if overridden by audit module [BZ #18251]Florian Weimer
2015-09-18Use ALIGN_* macros in _dl_map_object_from_fd.Carlos O'Donell
2015-07-14Factor file identity rules out of generic rtld code.Roland McGrath
2015-01-25Fix segmentation fault when LD_LIBRARY_PATH contains only non-existings pathsBram
2015-01-21Fix recursive dlopen.Carlos O'Donell
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-10-31Add a hook to enable load-time inspection of program headersMatthew Fortune
2014-10-28elf/dl-load.c: Use __strdup.Carlos O'Donell
2014-10-10Don't use INTVARDEF/INTUSE with __libc_enable_secure (bug 14132).Joseph Myers
2014-10-09remove nested functions from elf/dl-load.cKostya Serebryany
2014-05-27Remove second argument from TLS_INIT_TP macroAndreas Schwab
2014-04-03Factor mmap/munmap of PT_LOAD segments out of _dl_map_object_from_fd et al.Roland McGrath
2014-03-272014-03-27 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov
2014-03-262014-03-26 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov
2014-03-24Fix BZ #16634.Paul Pluzhnikov
2014-03-122014-03-12 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka
2014-01-31[BZ #16046] Static dlopen correction fallout fixes.Maciej W. Rozycki
2014-01-08Obvious comment typo fix ("openened") in elf/dl-load.c.Brooks Moses
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-12-02Return fixed version of breaking of RPATH when $ORIGIN contains colonsOndřej Bílka
2013-11-18Revert b75891075bece24be9fd85618f18af4a2daf7f1cOndřej Bílka
2013-11-18Fix breaking of RPATH when $ORIGIN contains colons. Fixes bug 10253Ondřej Bílka
2013-08-21Fix typos.Ondřej Bílka
2013-06-28Test for mprotect failure in dl-load.c (bug 12492).Pierre Ynard
2013-06-28[BZ #15022] Correct global-scope dlopen issues in static executables.Maciej W. Rozycki