aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-07-01SPARC64: update localplt.dataAurelien Jarno2-0/+5
2016-07-01hppa: fix loading of global pointer in _start [BZ #20277]John David Anglin3-0/+9
2016-06-30i686/multiarch: Regenerate ulpsAurelien Jarno2-8/+12
2016-06-28Fix tst-cancel17/tst-cancelx17, which sometimes segfaults while exiting.Stefan Liebler2-0/+20
2016-06-27MIPS: run tst-mode-switch-{1,2,3}.c using test-skeleton.cAurelien Jarno4-6/+24
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-03libio: Fix fmemopen append mode failure (BZ# 20012)Adhemerval Zanella3-14/+138
2016-06-03libio: Update internal fmemopen position after write (BZ #20005)Adhemerval Zanella4-4/+83
2016-06-02fork in libpthread cannot use IFUNC resolver [BZ #19861]Florian Weimer2-33/+19
2016-05-30test-skeleton.c: Do not set RLIMIT_DATA [BZ #19648]Florian Weimer2-17/+5
2016-05-24Make padding in struct sockaddr_storage explicit [BZ #20111]Florian Weimer9-15/+213
2016-05-24CVE-2016-4429: sunrpc: Do not use alloca in clntudp_call [BZ #20112]Florian Weimer3-1/+20
2016-05-24tst-mallocfork2: Fix race condition, use fewer resourcesFlorian Weimer2-1/+16
2016-05-12Increase fork signal safety for single-threaded processes [BZ #19703]Florian Weimer4-16/+262
2016-05-11Fix strfmon_l: Use specified locale for number formatting [BZ #19633]Stefan Liebler2-6/+12
2016-05-11CVE-2016-3706: getaddrinfo: stack overflow in hostent conversion [BZ #20010]Florian Weimer2-61/+79
2016-05-11Revert "Report dlsym, dlvsym lookup errors using dlerror [BZ #19509]"Florian Weimer4-130/+2
2016-05-09Remove trailing newline from date_fmt in Serbian locales [BZ #19581]Florian Weimer4-3/+10
2016-05-09Fix tst-dlsym-error buildAdhemerval Zanella2-0/+5
2016-05-09Report dlsym, dlvsym lookup errors using dlerror [BZ #19509]Florian Weimer4-2/+125
2016-05-09ldconfig: Do not remove stale symbolic links with -X [BZ #19610]Florian Weimer4-4/+83
2016-05-09CVE-2016-1234: glob: Do not copy d_name field of struct dirent [BZ #19779]Florian Weimer5-100/+184
2016-05-09glob: Simplify the interface for the GLOB_ALTDIRFUNC callback gl_readdirFlorian Weimer6-24/+100
2016-05-09strfmon_l: Use specified locale for number formatting [BZ #19633]Florian Weimer7-25/+301
2016-05-09tst-audit10: Fix compilation on compilers without bit_AVX512F [BZ #19860]Florian Weimer2-1/+10
2016-05-09Fix tst-audit10 build when -mavx512f is not supported.Roland McGrath3-3/+10
2016-05-09tst-audit4, tst-audit10: Compile AVX/AVX-512 code separately [BZ #19269]Florian Weimer6-55/+127
2016-05-09resolv: Always set *resplen2 out parameter in send_vc [BZ #19825]Florian Weimer2-21/+25
2016-05-09nss_dns: Skip over non-PTR records in the netent code [BZ #19868]Florian Weimer2-2/+25
2016-05-09nss_dns: Check address length before creating addrinfo result [BZ #19831]Florian Weimer2-20/+47
2016-05-09resolv, nss_dns: Remove remaining syslog logging [BZ #19862]Florian Weimer3-42/+10
2016-05-09nss_dns: Validate RDATA length against packet length [BZ #19830]Florian Weimer3-3/+36
2016-05-09nss_dns: Fix assertion failure in _nss_dns_getcanonname_r [BZ #19865]Florian Weimer2-0/+13
2016-05-09malloc: Add missing internal_function attributes on function definitionsFlorian Weimer2-0/+9
2016-05-09malloc: Remove malloc hooks from fork handlerFlorian Weimer3-119/+25
2016-05-09malloc: Run fork handler as late as possible [BZ #19431]Florian Weimer9-51/+321
2016-05-09Fix malloc threaded tests link on non-LinuxSamuel Thibault2-6/+9
2016-05-09malloc: Remove NO_THREADSFlorian Weimer4-24/+7
2016-05-09hesiod: Avoid heap overflow in get_txt_records [BZ #20031]Florian Weimer2-1/+7
2016-05-09hesiod: Always use thread-local resolver state [BZ #19573]Florian Weimer11-156/+89
2016-05-09hesiod: Remove RCS keywordsFlorian Weimer4-12/+6
2016-05-09getnameinfo: Return EAI_OVERFLOW in more cases [BZ #19787]Florian Weimer2-52/+63
2016-05-09getnameinfo: Avoid calling strnlen on uninitialized bufferFlorian Weimer2-7/+11
2016-05-09getnameinfo: Reduce line length and add missing commentsFlorian Weimer2-21/+27
2016-05-09getnameinfo: Refactor and fix memory leak [BZ #19642]Florian Weimer2-240/+357
2016-05-09getnameinfo: Do not preserve errnoFlorian Weimer2-10/+6
2016-05-09nss_db: Propagate ERANGE error if parse_line fails [BZ #19837]Florian Weimer2-2/+8
2016-04-20Suppress GCC 6 warning about ambiguous 'else' with -WparenthesesYvan Roux3-21/+30
2016-04-09configure: fix `test ==` usageMike Frysinger5-6/+13