about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Merge release/2.20/master into ibm/2.20/master ibm/2.20/masterGabriel F. T. Gomes2016-05-2542-525/+1633
|\
| * CVE-2016-3075: Stack overflow in _nss_dns_getnetbyname_r [BZ #19879] release/2.20/masterFlorian Weimer2016-05-243-4/+12
| * Fix BZ #17905Paul Pluzhnikov2016-05-246-19/+75
| * hsearch_r: Apply VM size limit in test caseFlorian Weimer2016-05-242-0/+26
| * Improve check against integer wraparound in hcreate_r [BZ #18240]Florian Weimer2016-05-244-19/+106
| * Handle overflow in __hcreate_rOndřej Bílka2016-05-243-3/+20
| * CVE-2016-1234: glob: Do not copy d_name field of struct dirent [BZ #19779]Florian Weimer2016-05-245-100/+184
| * glob: Simplify the interface for the GLOB_ALTDIRFUNC callback gl_readdirFlorian Weimer2016-05-246-24/+100
| * CVE-2016-3706: getaddrinfo: stack overflow in hostent conversion [BZ #20010]Florian Weimer2016-05-243-61/+84
| * S390: Fix "backtrace() returns infinitely deep stack frames with makecontext(...Stefan Liebler2016-04-286-2/+75
| * S/390: Fix setcontext/swapcontext which are not restoring sigmask.Stefan Liebler2016-04-288-30/+264
| * configure: fix `test ==` usageMike Frysinger2016-04-093-4/+9
| * S390: Extend structs La_s390_regs / La_s390_retval with vector-registers.Stefan Liebler2016-04-044-65/+136
| * S390: Save and restore fprs/vrs while resolving symbols.Stefan Liebler2016-04-047-248/+516
| * S390: configure check for vector instruction support in assembler.Stefan Liebler2016-04-044-0/+80
| * S390: Add new s390 platform.Stefan Liebler2016-04-043-3/+8
| * S390: Add hwcaps value for vector facility.Stefan Liebler2016-04-044-3/+11
| * S390: Do not use direct socket syscalls if build on kernels >= 4.3. [BZ #19682]Stefan Liebler2016-03-033-20/+7
* | Merge branch 'release/2.20/master' into ibm/2.20/masterTulio Magno Quites Machado Filho2016-02-2612-87/+416
|\|
| * CVE-2015-7547: getaddrinfo() stack-based buffer overflow (Bug 18665).Carlos O'Donell2016-02-255-63/+339
| * Fix read past end of pattern in fnmatch (bug 18032)Andreas Schwab2016-02-254-7/+15
| * Fix BZ #17269 -- _IO_wstr_overflow integer overflowPaul Pluzhnikov2016-02-253-3/+15
| * Harden tls_dtor_list with pointer mangling [BZ #19018]Florian Weimer2016-02-253-3/+18
| * Always enable pointer guard [BZ #18928]Florian Weimer2016-02-254-15/+18
| * sparc: fix sigaction for 32bit builds [BZ #18694]Mike Frysinger2015-07-203-1/+16
* | powerpc: Fix tabort usage in syscallsPaul E. Murphy2015-09-014-4/+13
* | powerpc: Revert to default atomic ops in elision codePaul E. Murphy2015-09-012-21/+6
* | Separate internal state between getXXent and getXXbyYY NSS calls (bug 18007)Andreas Schwab2015-05-258-185/+122
* | CVE-2014-8121: Do not close NSS files database during iteration [BZ #18007]Florian Weimer2015-05-255-3/+134
* | CVE-2015-1781: resolv/nss_dns/dns-host.c buffer overflow [BZ#18287]Arjun Shankar2015-04-223-2/+16
* | Merge release/2.20/master into ibm/2.20/masterTulio Magno Quites Machado Filho2015-04-1628-172/+704
|\|
| * CVE-2015-1472: wscanf allocates too little memoryPaul Pluzhnikov2015-02-164-8/+54
| * Use AVX unaligned memcpy only if AVX2 is availableH.J. Lu2015-02-1610-9/+37
| * Fix memory handling in strxfrm_l [BZ #16009]Leonhard Holz2015-02-165-101/+464
| * Move findidx nested functions to top-level.Roland McGrath2015-02-1610-34/+91
| * Avoid infinite loop in nss_dns getnetbyname [BZ #17630]Florian Weimer2014-12-183-4/+14
| * CVE-2012-3406: Stack overflow in vfprintf [BZ #16617]Jeff Law2014-12-167-4/+202
| * Make __extern_always_inline usable on clang++ againSiddhesh Poyarekar2014-11-242-2/+14
| * CVE-2014-7817: wordexp fails to honour WRDE_NOCMD.Carlos O'Donell2014-11-194-13/+78
| * [AArch64] End frame record chain correctly.Renlin Li2014-11-113-2/+6
| * MIPS: Avoid a dangling `vfork@GLIBC_2.0' referenceMaciej W. Rozycki2014-10-223-1/+7
| * BZ#17460: Fix buffer overrun in nscd --help.Roland McGrath2014-10-094-25/+33
| * Update French translationAllan McRae2014-10-092-2/+6
* | powerpc: Fix incorrect results for pow when using FMAAdhemerval Zanella2015-03-133-1/+7
* | CVE-2015-1472: wscanf allocates too little memoryPaul Pluzhnikov2015-02-234-7/+48
* | powerpc: Fix TABORT encoding for little endianAdhemerval Zanella2015-02-122-1/+6
* | powerpc: abort transaction in syscallsAdhemerval Zanella2015-01-208-2/+91
* | powerpc: Add adaptive elision to rwlocksAdhemerval Zanella2015-01-204-3/+130
* | powerpc: Add the lock elision using HTMAdhemerval Zanella2015-01-2017-6/+686
* | powerpc: Fix POWER7/PPC64 performance regression on LEAdhemerval Zanella2015-01-142-588/+285