aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-12nss_dns: Check address length before creating addrinfo result [BZ #19831]Florian Weimer
2016-11-12resolv, nss_dns: Remove remaining syslog logging [BZ #19862]Florian Weimer
2016-11-12nss_dns: Validate RDATA length against packet length [BZ #19830]Florian Weimer
2016-11-12nss_dns: Fix assertion failure in _nss_dns_getcanonname_r [BZ #19865]Florian Weimer
2016-11-12malloc: Add missing internal_function attributes on function definitionsFlorian Weimer
2016-11-12malloc: Remove malloc hooks from fork handlerFlorian Weimer
2016-11-12malloc: Run fork handler as late as possible [BZ #19431]Florian Weimer
2016-11-12Fix malloc threaded tests link on non-LinuxSamuel Thibault
2016-11-12malloc: Remove NO_THREADSFlorian Weimer
2016-11-12hesiod: Avoid heap overflow in get_txt_records [BZ #20031]Florian Weimer
2016-11-12hesiod: Always use thread-local resolver state [BZ #19573]Florian Weimer
2016-11-12hesiod: Remove RCS keywordsFlorian Weimer
2016-11-12getnameinfo: Return EAI_OVERFLOW in more cases [BZ #19787]Florian Weimer
2016-11-12getnameinfo: Avoid calling strnlen on uninitialized bufferFlorian Weimer
2016-11-12getnameinfo: Reduce line length and add missing commentsFlorian Weimer
2016-11-12getnameinfo: Refactor and fix memory leak [BZ #19642]Florian Weimer
2016-11-12getnameinfo: Do not preserve errnoFlorian Weimer
2016-11-12nss_db: Propagate ERANGE error if parse_line fails [BZ #19837]Florian Weimer
2016-11-12Suppress GCC 6 warning about ambiguous 'else' with -WparenthesesYvan Roux
2016-11-12math: don't clobber old libm.so on install [BZ #19822]Dylan Alex Simon
2016-11-12Revert "sys/types.h: drop sys/sysmacros.h include"Mike Frysinger
2016-04-09configure: fix `test ==` usageMike Frysinger
2016-04-04CVE-2016-3075: Stack overflow in _nss_dns_getnetbyname_r [BZ #19879]Florian Weimer
2016-04-04S390: Extend structs La_s390_regs / La_s390_retval with vector-registers.Stefan Liebler
2016-04-04S390: Save and restore fprs/vrs while resolving symbols.Stefan Liebler
2016-03-30resolv: Always set *resplen2 out parameter in send_dg [BZ #19791]Florian Weimer
2016-03-30Fix resource leak in resolver (bug 19257)Andreas Schwab
2016-03-12Or bit_Prefer_MAP_32BIT_EXEC in EXTRA_LD_ENVVARSH.J. Lu
2016-03-12Define _HAVE_STRING_ARCH_mempcpy to 1 for x86H.J. Lu
2016-03-12Use HAS_ARCH_FEATURE with Fast_Rep_StringH.J. Lu
2016-03-12mips: terminate the FDE before the return trampoline in makecontextAurelien Jarno
2016-03-08Add sys/auxv.h wrapper to include/sys/Aurelien Jarno
2016-03-07sln: use stat64Hongjiu Zhang
2016-03-07Don't use long double math functions if NO_LONG_DOUBLEAndreas Schwab
2016-03-07[x86_64] Set DL_RUNTIME_UNALIGNED_VEC_SIZE to 8H.J. Lu
2016-02-18sys/types.h: drop sys/sysmacros.h includeMike Frysinger
2016-02-18gentoo: support running tests under sandboxStephanie J. Lockwood-Childs
2016-02-18rtld: do not ignore arch-specific CFLAGSCarlos O'Donell
2016-02-18nptl: support thread stacks that grow upCarlos O'Donell
2016-02-18reload /etc/resolv.conf when it has changedThorsten Kukuk
2016-02-18disable ldconfig during installMike Frysinger
2016-02-18Regenerated configure scripts.Adhemerval Zanella
2016-02-18Regenerate libc.pot for 2.23.Adhemerval Zanella
2016-02-18Updated translations for 2.23.Adhemerval Zanella
2016-02-18Update version.h and include/features.h for 2.23 releaseglibc-2.23Adhemerval Zanella
2016-02-18Update NEWS with fixed bugs for 2.23 releaseAdhemerval Zanella
2016-02-18Add _STRING_INLINE_unaligned and string_private.hH.J. Lu
2016-02-18NEWS: List additional fixed security bugsFlorian Weimer
2016-02-17Use PIC relocation in ALIAS_IMPLAndrew Senkevich
2016-02-16CVE-2015-7547: getaddrinfo() stack-based buffer overflow (Bug 18665).Carlos O'Donell