aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-13glob: Fix buffer overflow during GLOB_TILDE unescaping [BZ #22332]release/2.22/masterPaul Eggert
2018-04-13glob: Add new test tst-glob-tildeFlorian Weimer
2018-04-13CVE-2017-15670: glob: Fix one-byte overflow [BZ #22320]Paul Eggert
2018-04-13posix: Sync glob with gnulib [BZ #1062]Adhemerval Zanella
2018-04-06Record CVE-2018-6551 in NEWS and ChangeLog [BZ #22774]Florian Weimer
2018-04-06Record CVE-2018-6485 in ChangeLog and NEWS [BZ #22343]Florian Weimer
2018-04-06Add ChangeLog reference to bug 16750/CVE-2009-5064Florian Weimer
2018-04-06Fix integer overflows in internal memalign and malloc functions [BZ #22343]Arjun Shankar
2018-04-06elf: Compute correct array size in _dl_init_paths [BZ #22606]Florian Weimer
2018-04-06<array_length.h>: New array_length and array_end macrosFlorian Weimer
2018-04-06elf: Count components of the expanded path in _dl_init_path [BZ #22607]Florian Weimer
2018-04-06elf: Check for empty tokens before dynamic string token expansion [BZ #22625]Aurelien Jarno
2018-04-06sunrpc: Avoid use-after-free read access in clntudp_call [BZ #21115]Florian Weimer
2018-04-06ldd: never run file directlyAndreas Schwab
2018-04-06Synchronize support/ infrastructure with masterArjun Shankar
2016-10-14powerpc: Sync hwcap.h with kernelCarlos Eduardo Seo
2016-10-14powerpc: Add missing hwcap strings.Carlos Eduardo Seo
2016-10-14Don't compile do_test with -mavx/-mavx2/-mavx512.Andrew Senkevich
2016-10-14Fixed x86_64 vector sincos/sincosf ABI.Andrew Senkevich
2016-08-18nptl/tst-once5: Reduce time to expected failureFlorian Weimer
2016-08-18argp: Do not override GCC keywords with macros [BZ #16907]Florian Weimer
2016-08-18fopencookie: Mangle function pointers stored on the heap [BZ #20222]Florian Weimer
2016-08-18nss_db: Propagate ERANGE error if parse_line fails [BZ #19837]Florian Weimer
2016-08-18nss_db: Fix initialization of iteration position [BZ #20237]Florian Weimer
2016-08-18Return proper status from _nss_nis_initgroups_dyn (bug 20262)Andreas Schwab
2016-08-18arm: mark __startcontext as .cantunwind (bug 20435)Andreas Schwab
2016-08-18malloc: Avoid premature fallback to mmap [BZ #20284]Florian Weimer
2016-08-18Do not override objects in libc.a in other static libraries [BZ #20452]Florian Weimer
2016-08-04malloc: Preserve arena free list/thread count invariant [BZ #20370]Florian Weimer
2016-07-01hppa: fix loading of global pointer in _start [BZ #20277]John David Anglin
2016-06-27MIPS, SPARC: more fixes to the vfork aliases in libpthread.soAurelien Jarno
2016-06-19MIPS, SPARC: fix wrong vfork aliases in libpthread.soAurelien Jarno
2016-06-02S390: Fix build failure in test string/tst-endian.c with gcc 6.Stefan Liebler
2016-06-02Remove unused variable in math/atest-exp2.c.Torvald Riegel
2016-06-02sysdeps/unix/sysv/linux/dl-openat64.c: Convert to ISO definitionFlorian Weimer
2016-06-02Fix indentation.Steve Ellcey
2016-06-02Fix several build failures with GCC6 due to unused static variables.Wilco Dijkstra
2016-06-02Suppress GCC 6 warning about ambiguous 'else' with -WparenthesesYvan Roux
2016-06-02fork in libpthread cannot use IFUNC resolver [BZ #19861]Florian Weimer
2016-05-31CVE-2016-4429: sunrpc: Do not use alloca in clntudp_call [BZ #20112]Florian Weimer
2016-05-11hesiod: Always use thread-local resolver state [BZ #19573]Florian Weimer
2016-05-11hesiod: Remove RCS keywordsFlorian Weimer
2016-05-11CVE-2016-3706: getaddrinfo: stack overflow in hostent conversion [BZ #20010]Florian Weimer
2016-05-11CVE-2016-1234: glob: Do not copy d_name field of struct dirent [BZ #19779]Florian Weimer
2016-05-11glob: Simplify the interface for the GLOB_ALTDIRFUNC callback gl_readdirFlorian Weimer
2016-04-13malloc: Update comment for list_lockFlorian Weimer
2016-04-13tst-malloc-thread-exit: Use fewer system resourcesFlorian Weimer
2016-04-13malloc: Fix list_lock/arena lock deadlock [BZ #19182]Florian Weimer
2016-04-13malloc: Fix attached thread reference count handling [BZ #19243]Florian Weimer
2016-04-13malloc: Prevent arena free_list from turning cyclic [BZ #19048]Florian Weimer