aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-04-13Fix stack overflow in getaddrinfo with many resultsibm/2.16/masterAndreas Schwab3-4/+32
2015-04-07Fix invalid file descriptor reuse while sending DNS query (BZ #15946)Andreas Schwab3-2/+9
2015-02-23CVE-2015-1472: wscanf allocates too little memoryPaul Pluzhnikov4-9/+49
2015-01-29Fix parsing of numeric hosts in gethostbyname_rAndreas Schwab6-57/+79
2015-01-29Return EAI_SYSTEM if we're out of file descriptorsSiddhesh Poyarekar5-7/+46
2015-01-16PowerPC: Fix POINTER_CHK_GUARD thread register for PPC64Adhemerval Zanella3-3/+22
2015-01-15PowerPC: Fix gettimeofday ifunc selectionAdhemerval Zanella3-4/+14
2015-01-15PowerPC: Fix ftime gettimeofday internal call returning bogus dataAdhemerval Zanella2-8/+26
2015-01-15PowerPC: Fix vDSO missing ODP entriesAdhemerval Zanella3-5/+35
2015-01-15CVE-2014-7817: wordexp fails to honour WRDE_NOCMD.Carlos O'Donell4-13/+78
2015-01-15Label CVE-2014-9402 in NEWSAllan McRae1-2/+3
2015-01-15Avoid infinite loop in nss_dns getnetbyname [BZ #17630]Florian Weimer3-3/+12
2015-01-15CVE-2012-3406: Stack overflow in vfprintf [BZ #16617]Jeff Law7-6/+207
2015-01-15Mention CVE-2014-4043 in NEWSAllan McRae2-0/+10
2015-01-15posix_spawn_file_actions_addopen needs to copy the path argument (BZ 17048)Florian Weimer6-13/+59
2015-01-15_nl_find_locale: Improve handling of crafted locale names [BZ #17137]Florian Weimer6-15/+290
2015-01-15__gconv_translit_find: Disable function [BZ #17187]Florian Weimer3-174/+19
2015-01-15CVE-2014-6040: Crashes on invalid input in IBM gconv modules [BZ #17325]Florian Weimer11-11/+56
2015-01-15Add CVE-2013-4332 to NEWS.Will Newton1-0/+5
2015-01-15malloc: Check for integer overflow in memalign.Will Newton2-0/+13
2015-01-15malloc: Check for integer overflow in valloc.Will Newton2-2/+14
2015-01-15malloc: Check for integer overflow in pvalloc.Will Newton2-0/+13
2015-01-15CVE-2013-4237, BZ #14699: Buffer overflow in readdir_rFlorian Weimer10-36/+118
2015-01-15BZ #15754: CVE-2013-4788Carlos O'Donell15-3/+330
2015-01-15Check for integer overflow in cache size computation in strcollSiddhesh Poyarekar5-1/+84
2015-01-15Fall back to non-cached sequence traversal and comparison on malloc failSiddhesh Poyarekar3-32/+251
2015-01-15Simplify strcoll implementationSiddhesh Poyarekar2-406/+304
2015-01-15Fix stack overflow due to large AF_INET6 requestsSiddhesh Poyarekar3-3/+28
2015-01-15Fix buffer overrun in regexp matcherAndreas Schwab5-9/+70
2015-01-15CVE-2013-2207, BZ #15755: Disable pt_chown.Carlos O'Donell11-7/+102
2015-01-15 [BZ #14889]Jeff Law7-2/+125
2013-04-26Properly handle indirect functions in ABI check on powerpc64Andreas Schwab2-1/+6
2013-04-26PowerPC: modf optimization fixAdhemerval Zanella5-0/+14
2013-04-26PowerPC: modf optimizationAdhemerval Zanella5-0/+121
2013-03-13PowerPC: Change sched_getcpu to use vDSO getcpu instead of syscall.Adhemerval Zanella5-0/+43
2013-03-04PowerPC: gettimeofday optimization by using IFUNCAdhemerval Zanella3-14/+50
2013-03-01Merge remote branch 'remotes/origin/release/2.16/master' into local_ibm_2.16Ryan S. Arnold30-3898/+4667
2013-01-18byteswap.h: fix gcc ver test for __builtin_bswap{32,64}Mike Frysinger3-4/+9
2013-01-18Fix __bswap_64 return type in generic bits/byteswap.h.Joseph Myers2-5/+11
2013-01-18Use __uint64_t in x86 __bswap_64H.J. Lu2-6/+12
2012-11-28Revert "2012-11-07 Andreas Jaeger <aj@suse.de>"Andreas Schwab3-26/+2
2012-11-27sysdeps/sh/dl-machine.h: Define ELF_MACHINE_RUNTIME_FIXUP_PARAMS.Thomas Schwinge2-2/+7
2012-11-27Skip audit if l_reloc_result is NULLH.J. Lu5-3/+41
2012-11-132012-11-07 Andreas Jaeger <aj@suse.de>Jeff Law3-2/+26
2012-10-23Fix missing _mcount@GLIBC_2.0 on powerpc32Andreas Schwab5-3/+28
2012-10-04Define HAS_FMA with bit_FMA_UsableH.J. Lu4-3/+23
2012-10-03Don't parse %s format argument as multibyte stringJeff Law5-37/+32
2012-09-27Use size_t instead of int for internal variables in glob (bug 14621).Joseph Myers3-6/+14
2012-09-26Properly handle fencepost with MALLOC_ALIGN_MASKH.J. Lu3-4/+14
2012-08-29Use LD_SO to set $ld_so_name/$ld_so_versionH.J. Lu4-2/+17