summaryrefslogtreecommitdiff
path: root/elf
Commit message (Expand)AuthorAgeFilesLines
* elf: Check for empty tokens before dynamic string token expansion [BZ #22625]Aurelien Jarno2017-12-301-16/+33
* elf: do not substitute dst in $LD_LIBRARY_PATH twice [BZ #22627]Dmitry V. Levin2017-12-221-19/+1
* elf: Count components of the expanded path in _dl_init_path [BZ #22607]Florian Weimer2017-12-161-9/+4
* elf: Compute correct array size in _dl_init_paths [BZ #22606]Florian Weimer2017-12-161-7/+7
* Ignore and remove LD_HWCAP_MASK for AT_SECURE programs (bug #21209)Siddhesh Poyarekar2017-06-203-2/+16
* ld.so: Reject overly long LD_AUDIT path elementsFlorian Weimer2017-06-191-15/+95
* ld.so: Reject overly long LD_PRELOAD path elementsFlorian Weimer2017-06-191-16/+66
* CVE-2017-1000366: Ignore LD_LIBRARY_PATH for AT_SECURE=1 programs [BZ #21624]Florian Weimer2017-06-191-1/+2
* Fix getting tunable values on big-endian (BZ #21109)Siddhesh Poyarekar2017-02-092-2/+4
* tunables: Fail tests correctly when setgid does not workSiddhesh Poyarekar2017-02-041-5/+7
* Bug 20915: Do not initialize DTV of other threads.Alexandre Oliva2017-02-031-6/+0
* Drop GLIBC_TUNABLES for setxid programs when tunables is disabled (bz #21073)Siddhesh Poyarekar2017-02-021-0/+9
* tunables: Fix environment variable processing for setuid binaries (bz #21073)Siddhesh Poyarekar2017-02-027-31/+482
* * elf/dl-tunables.c (tunable_set_val_if_valid_range): Split into ...DJ Delorie2017-01-201-4/+26
* Fix environment traversal when an envvar value is emptySiddhesh Poyarekar2017-01-201-2/+2
* Fix elf/sotruss-lib format-truncation error.Joseph Myers2017-01-111-2/+2
* tunables: Avoid getenv calls and disable glibc.malloc.check by defaultSiddhesh Poyarekar2017-01-102-78/+10
* Increase some test timeouts.Joseph Myers2017-01-051-1/+0
* Fix elf/tst-ldconfig-X for cross testing.Joseph Myers2017-01-031-1/+2
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2017-01-015-5/+5
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-01130-130/+130
* tunables: Use correct unused attributeFlorian Weimer2016-12-311-1/+1
* Enhance --enable-tunables to select tunables frontend at build timeSiddhesh Poyarekar2016-12-313-2/+18
* Initialize tunable list with the GLIBC_TUNABLES environment variableSiddhesh Poyarekar2016-12-312-1/+134
* Add framework for tunablesSiddhesh Poyarekar2016-12-319-0/+539
* Link a non-libc-using test with -fno-stack-protector [BZ #7065]Nick Alcock2016-12-261-0/+3
* Ignore __stack_chk_fail* in the rtld mapfile computation [BZ #7065]Nick Alcock2016-12-261-1/+14
* Compile the dynamic linker without stack protection [BZ #7065]Nick Alcock2016-12-262-0/+14
* Do not stack-protect ifunc resolvers [BZ #7065]Nick Alcock2016-12-265-0/+11
* Bug 11941: ld.so: Improper assert map->l_init_called in dlcloseCarlos O'Donell2016-12-235-8/+201
* Remove unused function _dl_tls_setupFlorian Weimer2016-12-212-34/+2
* support: Introduce new subdirectory for test infrastructureFlorian Weimer2016-12-091-0/+1
* Bug 20918 - Building with --enable-nss-crypt fails tst-linkall-staticCarlos O'Donell2016-12-022-2/+32
* elf/tst-tls-manydynamic: New testFlorian Weimer2016-12-024-2/+245
* Fix new testcase elf/tst-latepthread on s390x.Stefan Liebler2016-12-021-0/+3
* ld.so: Remove __libc_memalignFlorian Weimer2016-11-302-13/+9
* Implement _dl_catch_error, _dl_signal_error in libc.so [BZ #16628]Florian Weimer2016-11-3012-286/+428
* elf: Assume TLS is initialized in _dl_map_object_from_fdFlorian Weimer2016-11-231-47/+7
* Add include/crypt.h.Carlos O'Donell2016-10-281-1/+0
* Fix building tst-linkall-static.Carlos O'Donell2016-10-281-0/+1
* Add test for linking against most static librariesFlorian Weimer2016-10-282-1/+57
* Bug 20292 - Simplify and test _dl_addr_inside_objectCarlos O'Donell2016-09-305-35/+309
* [PR19826] fix non-LE TLS in static programsAlexandre Oliva2016-09-212-0/+10
* sln: Preprocessor cleanupsFlorian Weimer2016-09-211-15/+0
* Set NODELETE flag after checking for NULL pointerAurelien Jarno2016-09-033-7/+81
* elf: Do not use memalign for TCB/TLS blocks allocation [BZ #17730]Florian Weimer2016-08-031-36/+53
* elf: Avoid using memalign for TLS allocations [BZ #17730]Florian Weimer2016-08-031-29/+46
* elf: dl-minimal malloc needs to respect fundamental alignmentFlorian Weimer2016-08-031-1/+2
* elf/elf.h: Add missing Meta relocationsWill Newton2016-07-191-0/+15
* elf: Define missing Meta architecture specific relocationsKhem Raj2016-07-181-0/+47