about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Fix powerpc software sqrt (bug 17964). release/2.19/masterJoseph Myers2017-02-203-17/+26
* powerpc: Fix fsqrt build in libm [BZ#16576]Adhemerval Zanella2016-11-217-107/+46
* arm: mark __startcontext as .cantunwind (bug 20435)Andreas Schwab2016-08-193-0/+19
* linux: open and openat ignore 'mode' with O_TMPFILE in flagsEric Rannaud2016-08-1420-47/+82
* Harden tls_dtor_list with pointer mangling [BZ #19018]Florian Weimer2016-07-113-4/+19
* Always enable pointer guard [BZ #18928]Florian Weimer2016-07-114-16/+16
* Fix memory handling in strxfrm_l [BZ #16009]Leonhard Holz2016-07-115-107/+476
* CVE-2016-4429: sunrpc: Do not use alloca in clntudp_call [BZ #20112]Florian Weimer2016-05-313-2/+21
* resolv: Always set *resplen2 out parameter in send_dg [BZ #19791]Florian Weimer2016-05-233-24/+51
* CVE-2015-7547: getaddrinfo() stack-based buffer overflow (Bug 18665).Carlos O'Donell2016-05-175-63/+339
* CVE-2016-3706: getaddrinfo: stack overflow in hostent conversion [BZ #20010]Florian Weimer2016-05-123-62/+85
* CVE-2016-1234: glob: Do not copy d_name field of struct dirent [BZ #19779]Florian Weimer2016-05-125-101/+185
* glob: Simplify the interface for the GLOB_ALTDIRFUNC callback gl_readdirFlorian Weimer2016-05-126-24/+100
* S390: Fix "backtrace() returns infinitely deep stack frames with makecontext(...Stefan Liebler2016-04-286-2/+74
* S/390: Fix setcontext/swapcontext which are not restoring sigmask. [BZ #18080]Stefan Liebler2016-04-288-30/+264
* CVE-2016-3075: Stack overflow in _nss_dns_getnetbyname_r [BZ #19879]Florian Weimer2016-04-273-5/+14
* hsearch_r: Apply VM size limit in test caseFlorian Weimer2016-02-162-0/+26
* Improve check against integer wraparound in hcreate_r [BZ #18240]Florian Weimer2016-01-295-20/+107
* Handle overflow in __hcreate_rOndřej Bílka2016-01-292-1/+13
* Fix BZ #18985 -- out of range data to strftime() causes a segfaultPaul Pluzhnikov2016-01-274-9/+73
* Fix trailing space.Paul Pluzhnikov2016-01-271-1/+1
* Fix BZ #17905Paul Pluzhnikov2016-01-276-21/+75
* Avoid overlapping addresses to stpcpy calls in nscd (BZ #16760)Siddhesh Poyarekar2015-12-203-9/+18
* Return NULL for wildcard values in getnetgrent from nscd (BZ #16759)Siddhesh Poyarekar2015-12-203-6/+18
* Fix nscd lookup for innetgr when netgroup has wildcards (BZ #16758)Siddhesh Poyarekar2015-12-203-6/+16
* Don't read past end of pattern in fnmatch (BZ #17062)Andreas Schwab2015-11-245-13/+44
* CVE-2014-8121: Do not close NSS files database during iteration [BZ #18007]Florian Weimer2015-10-195-3/+134
* Fix BZ #17269 -- _IO_wstr_overflow integer overflowPaul Pluzhnikov2015-10-193-2/+14
* Fix read past end of pattern in fnmatch (bug 18032)Andreas Schwab2015-10-193-4/+9
* Don't ignore too long lines in nss_files (BZ #17079)Andreas Schwab2015-10-183-3/+11
* Fix parsing of getai result from nscd for IPv6-only requestAndreas Schwab2015-10-022-4/+13
* Correct DT_PPC64_NUMAlan Modra2015-09-113-3/+9
* Fix use of half-initialized result in getaddrinfo when using nscd (bug 16743)Andreas Schwab2015-09-103-3/+17
* CVE-2015-1781: resolv/nss_dns/dns-host.c buffer overflow [BZ#18287]Arjun Shankar2015-08-283-2/+17
* Properly handle forced elision in pthread_mutex_trylock (bug 16657)Andreas Schwab2015-08-284-12/+14
* PowerPC: Fix gprof entry point for LEAdhemerval Zanella2015-08-243-1/+9
* [AArch64] End frame record chain correctly.Renlin Li2014-11-113-2/+7
* CVE-2014-6040: Crashes on invalid input in IBM gconv modules [BZ #17325]Florian Weimer2014-09-0511-10/+54
* __gconv_translit_find: Disable function [BZ #17187]Florian Weimer2014-09-053-174/+19
* NEWS: Explain the s390 jmp_buf / ucontext_t ABI change reversal.Stefan Liebler2014-09-052-0/+16
* S/390: Revert the jmp_buf/ucontext_t ABI changeStefan Liebler2014-09-0536-795/+260
* manual: Update the locale documentationFlorian Weimer2014-09-052-32/+127
* _nl_find_locale: Improve handling of crafted locale names [BZ #17137]Florian Weimer2014-09-056-16/+292
* setlocale: Use the heap for the copy of the locale argumentFlorian Weimer2014-09-052-2/+17
* Use NSS_STATUS_TRYAGAIN to indicate insufficient buffer (BZ #16878)Siddhesh Poyarekar2014-09-054-9/+19
* Provide correct buffer length to netgroup queries in nscd (BZ #16695)Siddhesh Poyarekar2014-09-053-3/+9
* [BZ #16046] dl_iterate_phdr static executable testMaciej W. Rozycki2014-09-053-1/+54
* Fix another memory leak in regexp compiler (BZ #17069)Andreas Schwab2014-09-054-4/+15
* Fix memory leak in regexp compiler (BZ #17069)Andreas Schwab2014-09-054-5/+59
* Fix invalid file descriptor reuse while sending DNS query (BZ #15946)Andreas Schwab2014-09-053-1/+9