summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* glob: Fix buffer overflow during GLOB_TILDE unescaping [BZ #22332]release/2.22/masterPaul Eggert2018-04-133-2/+12
* glob: Add new test tst-glob-tildeFlorian Weimer2018-04-133-2/+154
* CVE-2017-15670: glob: Fix one-byte overflow [BZ #22320]Paul Eggert2018-04-133-1/+12
* posix: Sync glob with gnulib [BZ #1062]Adhemerval Zanella2018-04-1322-461/+739
* Record CVE-2018-6551 in NEWS and ChangeLog [BZ #22774]Florian Weimer2018-04-062-0/+6
* Record CVE-2018-6485 in ChangeLog and NEWS [BZ #22343]Florian Weimer2018-04-062-0/+5
* Add ChangeLog reference to bug 16750/CVE-2009-5064Florian Weimer2018-04-062-0/+8
* Fix integer overflows in internal memalign and malloc functions [BZ #22343]Arjun Shankar2018-04-064-9/+271
* elf: Compute correct array size in _dl_init_paths [BZ #22606]Florian Weimer2018-04-063-7/+20
* <array_length.h>: New array_length and array_end macrosFlorian Weimer2018-04-062-0/+41
* elf: Count components of the expanded path in _dl_init_path [BZ #22607]Florian Weimer2018-04-063-9/+17
* elf: Check for empty tokens before dynamic string token expansion [BZ #22625]Aurelien Jarno2018-04-063-16/+47
* sunrpc: Avoid use-after-free read access in clntudp_call [BZ #21115]Florian Weimer2018-04-065-2/+76
* ldd: never run file directlyAndreas Schwab2018-04-062-13/+5
* Synchronize support/ infrastructure with masterArjun Shankar2018-04-06119-3/+7308
* powerpc: Sync hwcap.h with kernelCarlos Eduardo Seo2016-10-143-1/+10
* powerpc: Add missing hwcap strings.Carlos Eduardo Seo2016-10-143-5/+12
* Don't compile do_test with -mavx/-mavx2/-mavx512.Andrew Senkevich2016-10-1412-78/+204
* Fixed x86_64 vector sincos/sincosf ABI.Andrew Senkevich2016-10-1433-33/+2586
* nptl/tst-once5: Reduce time to expected failureFlorian Weimer2016-08-182-0/+7
* argp: Do not override GCC keywords with macros [BZ #16907]Florian Weimer2016-08-183-55/+14
* fopencookie: Mangle function pointers stored on the heap [BZ #20222]Florian Weimer2016-08-182-14/+46
* nss_db: Propagate ERANGE error if parse_line fails [BZ #19837]Florian Weimer2016-08-182-2/+8
* nss_db: Fix initialization of iteration position [BZ #20237]Florian Weimer2016-08-182-1/+14
* Return proper status from _nss_nis_initgroups_dyn (bug 20262)Andreas Schwab2016-08-182-5/+18
* arm: mark __startcontext as .cantunwind (bug 20435)Andreas Schwab2016-08-183-0/+19
* malloc: Avoid premature fallback to mmap [BZ #20284]Florian Weimer2016-08-182-6/+10
* Do not override objects in libc.a in other static libraries [BZ #20452]Florian Weimer2016-08-1814-1/+50
* malloc: Preserve arena free list/thread count invariant [BZ #20370]Florian Weimer2016-08-042-5/+44
* hppa: fix loading of global pointer in _start [BZ #20277]John David Anglin2016-07-013-1/+9
* MIPS, SPARC: more fixes to the vfork aliases in libpthread.soAurelien Jarno2016-06-274-14/+23
* MIPS, SPARC: fix wrong vfork aliases in libpthread.soAurelien Jarno2016-06-194-0/+13
* S390: Fix build failure in test string/tst-endian.c with gcc 6.Stefan Liebler2016-06-022-0/+30
* Remove unused variable in math/atest-exp2.c.Torvald Riegel2016-06-022-5/+4
* sysdeps/unix/sysv/linux/dl-openat64.c: Convert to ISO definitionFlorian Weimer2016-06-022-4/+6
* Fix indentation.Steve Ellcey2016-06-022-1/+8
* Fix several build failures with GCC6 due to unused static variables.Wilco Dijkstra2016-06-0211-28/+16
* Suppress GCC 6 warning about ambiguous 'else' with -WparenthesesYvan Roux2016-06-023-21/+30
* fork in libpthread cannot use IFUNC resolver [BZ #19861]Florian Weimer2016-06-022-33/+19
* CVE-2016-4429: sunrpc: Do not use alloca in clntudp_call [BZ #20112]Florian Weimer2016-05-313-2/+21
* hesiod: Always use thread-local resolver state [BZ #19573]Florian Weimer2016-05-1112-158/+91
* hesiod: Remove RCS keywordsFlorian Weimer2016-05-114-12/+6
* CVE-2016-3706: getaddrinfo: stack overflow in hostent conversion [BZ #20010]Florian Weimer2016-05-113-62/+85
* CVE-2016-1234: glob: Do not copy d_name field of struct dirent [BZ #19779]Florian Weimer2016-05-115-101/+186
* glob: Simplify the interface for the GLOB_ALTDIRFUNC callback gl_readdirFlorian Weimer2016-05-116-24/+100
* malloc: Update comment for list_lockFlorian Weimer2016-04-132-3/+8
* tst-malloc-thread-exit: Use fewer system resourcesFlorian Weimer2016-04-132-14/+22
* malloc: Fix list_lock/arena lock deadlock [BZ #19182]Florian Weimer2016-04-134-15/+75
* malloc: Fix attached thread reference count handling [BZ #19243]Florian Weimer2016-04-135-6/+240
* malloc: Prevent arena free_list from turning cyclic [BZ #19048]Florian Weimer2016-04-134-8/+104