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