aboutsummaryrefslogtreecommitdiff
path: root/elf/dl-load.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-14Factor file identity rules out of generic rtld code.Roland McGrath1-10/+8
2015-01-25Fix segmentation fault when LD_LIBRARY_PATH contains only non-existings pathsBram1-3/+3
2015-01-21Fix recursive dlopen.Carlos O'Donell1-9/+5
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-10-31Add a hook to enable load-time inspection of program headersMatthew Fortune1-0/+6
2014-10-28elf/dl-load.c: Use __strdup.Carlos O'Donell1-19/+5
2014-10-10Don't use INTVARDEF/INTUSE with __libc_enable_secure (bug 14132).Joseph Myers1-7/+7
2014-10-09remove nested functions from elf/dl-load.cKostya Serebryany1-36/+52
2014-05-27Remove second argument from TLS_INIT_TP macroAndreas Schwab1-1/+1
2014-04-03Factor mmap/munmap of PT_LOAD segments out of _dl_map_object_from_fd et al.Roland McGrath1-198/+23
2014-03-272014-03-27 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov1-10/+8
2014-03-262014-03-26 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov1-40/+36
2014-03-24Fix BZ #16634.Paul Pluzhnikov1-12/+24
2014-03-122014-03-12 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov1-2/+2
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka1-25/+25
2014-01-31[BZ #16046] Static dlopen correction fallout fixes.Maciej W. Rozycki1-10/+4
2014-01-08Obvious comment typo fix ("openened") in elf/dl-load.c.Brooks Moses1-1/+1
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-12-02Return fixed version of breaking of RPATH when $ORIGIN contains colonsOndřej Bílka1-10/+16
2013-11-18Revert b75891075bece24be9fd85618f18af4a2daf7f1cOndřej Bílka1-16/+10
2013-11-18Fix breaking of RPATH when $ORIGIN contains colons. Fixes bug 10253Ondřej Bílka1-10/+16
2013-08-21Fix typos.Ondřej Bílka1-1/+1
2013-06-28Test for mprotect failure in dl-load.c (bug 12492).Pierre Ynard1-1/+5
2013-06-28[BZ #15022] Correct global-scope dlopen issues in static executables.Maciej W. Rozycki1-7/+1
2013-05-29Avoid crashing in LD_DEBUG when program name is unavailableSiddhesh Poyarekar1-3/+2
2013-04-11Fix invalid free of memory allocated during rtld initAndreas Schwab1-0/+6
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-11-26Cast to __intptr_t before casting pointer to int64H.J. Lu1-1/+2
2012-10-30Invoke DL_AFTER_LOAD if definedChris Metcalf1-0/+4
2012-10-20Retry read in ld.so if the entire ELF header is not read inSiddhesh Poyarekar1-2/+12
2012-10-03Clean up conditionalize of ld.so.cache support.Roland McGrath1-5/+7
2012-10-02Use ElfW(Off) rather than off_t for offsets within ELF files.Roland McGrath1-2/+2
2012-08-15Fix dl-load.c for [!_LIBC_REENTRANT] case.Roland McGrath1-0/+2
2012-07-27Add SystemTap static probes to the runtime linker. [BZ #14298]Gary Benson1-3/+6
2012-04-11New ld.so argument --inhibit-ldcache to disable ld.so.cache lookupSiddhesh Poyarekar1-2/+3
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2011-10-07elf/dl-load.c: Avoid warningMarek Polacek1-1/+1
2011-09-08Fix crash during error handlingAndreas Schwab1-1/+1
2011-09-08Use O_CLOEXEC when loading objects in ld.soUlrich Drepper1-1/+1
2011-09-07Fix memory leak in case of failed dlopenUlrich Drepper1-0/+2
2011-08-12Better check for last patchUlrich Drepper1-1/+1
2011-08-12Better debug information from ld.soUlrich Drepper1-3/+5
2011-05-11Fix up testing for valid $ORIGIN useUlrich Drepper1-16/+32
2011-05-07Allow $ORIGIN to reference trusted directoreis in SUID binaries.Ulrich Drepper1-31/+93
2011-04-09Don't leave empty element in rpath when skipping an elementAndreas Schwab1-6/+18
2011-03-06Fix loading first object along a path when tracing.Ulrich Drepper1-1/+3
2011-02-25Fix memory leak in dlopen with RTLD_NOLOAD.Andreas Schwab1-0/+2
2010-12-19Make PowerPC64 default to nonexecutable stackRyan S. Arnold1-2/+4
2010-10-26Fix concurrency problem between dl_open and dl_iterate_phdrAndreas Krebbel1-17/+11
2010-10-24Require suid bit on audit objects in privileged programsAndreas Schwab1-9/+11