aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2015-04-13Fix stack overflow in getaddrinfo with many resultsibm/2.16/masterAndreas Schwab1-0/+6
2015-04-07Fix invalid file descriptor reuse while sending DNS query (BZ #15946)Andreas Schwab1-0/+6
2015-02-23CVE-2015-1472: wscanf allocates too little memoryPaul Pluzhnikov1-0/+8
2015-01-29Fix parsing of numeric hosts in gethostbyname_rAndreas Schwab1-0/+14
2015-01-29Return EAI_SYSTEM if we're out of file descriptorsSiddhesh Poyarekar1-0/+11
2015-01-16PowerPC: Fix POINTER_CHK_GUARD thread register for PPC64Adhemerval Zanella1-0/+5
2015-01-15PowerPC: Fix gettimeofday ifunc selectionAdhemerval Zanella1-0/+7
2015-01-15PowerPC: Fix ftime gettimeofday internal call returning bogus dataAdhemerval Zanella1-6/+8
2015-01-15PowerPC: Fix vDSO missing ODP entriesAdhemerval Zanella1-0/+7
2015-01-15CVE-2014-7817: wordexp fails to honour WRDE_NOCMD.Carlos O'Donell1-0/+22
2015-01-15Avoid infinite loop in nss_dns getnetbyname [BZ #17630]Florian Weimer1-0/+6
2015-01-15CVE-2012-3406: Stack overflow in vfprintf [BZ #16617]Jeff Law1-0/+9
2015-01-15Mention CVE-2014-4043 in NEWSAllan McRae1-0/+4
2015-01-15posix_spawn_file_actions_addopen needs to copy the path argument (BZ 17048)Florian Weimer1-0/+13
2015-01-15_nl_find_locale: Improve handling of crafted locale names [BZ #17137]Florian Weimer1-0/+9
2015-01-15__gconv_translit_find: Disable function [BZ #17187]Florian Weimer1-0/+7
2015-01-15CVE-2014-6040: Crashes on invalid input in IBM gconv modules [BZ #17325]Florian Weimer1-0/+17
2015-01-15malloc: Check for integer overflow in memalign.Will Newton1-0/+6
2015-01-15malloc: Check for integer overflow in valloc.Will Newton1-0/+6
2015-01-15malloc: Check for integer overflow in pvalloc.Will Newton1-0/+6
2015-01-15CVE-2013-4237, BZ #14699: Buffer overflow in readdir_rFlorian Weimer1-0/+22
2015-01-15BZ #15754: CVE-2013-4788Carlos O'Donell1-0/+30
2015-01-15Check for integer overflow in cache size computation in strcollSiddhesh Poyarekar1-0/+6
2015-01-15Fall back to non-cached sequence traversal and comparison on malloc failSiddhesh Poyarekar1-0/+10
2015-01-15Simplify strcoll implementationSiddhesh Poyarekar1-0/+9
2015-01-15Fix stack overflow due to large AF_INET6 requestsSiddhesh Poyarekar1-0/+6
2015-01-15Fix buffer overrun in regexp matcherAndreas Schwab1-0/+11
2015-01-15CVE-2013-2207, BZ #15755: Disable pt_chown.Carlos O'Donell1-0/+21
2015-01-15 [BZ #14889]Jeff Law1-0/+12
2013-04-26Properly handle indirect functions in ABI check on powerpc64Andreas Schwab1-0/+5
2013-04-26PowerPC: modf optimization fixAdhemerval Zanella1-0/+10
2013-04-26PowerPC: modf optimizationAdhemerval Zanella1-0/+13
2013-03-13PowerPC: Change sched_getcpu to use vDSO getcpu instead of syscall.Adhemerval Zanella1-0/+7
2013-03-04PowerPC: gettimeofday optimization by using IFUNCAdhemerval Zanella1-0/+7
2013-03-01Merge remote branch 'remotes/origin/release/2.16/master' into local_ibm_2.16Ryan S. Arnold1-0/+135
2013-01-18byteswap.h: fix gcc ver test for __builtin_bswap{32,64}Mike Frysinger1-0/+5
2013-01-18Fix __bswap_64 return type in generic bits/byteswap.h.Joseph Myers1-0/+5
2013-01-18Use __uint64_t in x86 __bswap_64H.J. Lu1-0/+5
2012-11-28Revert "2012-11-07 Andreas Jaeger <aj@suse.de>"Andreas Schwab1-8/+0
2012-11-27sysdeps/sh/dl-machine.h: Define ELF_MACHINE_RUNTIME_FIXUP_PARAMS.Thomas Schwinge1-0/+5
2012-11-27Skip audit if l_reloc_result is NULLH.J. Lu1-0/+13
2012-11-132012-11-07 Andreas Jaeger <aj@suse.de>Jeff Law1-0/+8
2012-10-23Fix missing _mcount@GLIBC_2.0 on powerpc32Andreas Schwab1-0/+9
2012-10-04Define HAS_FMA with bit_FMA_UsableH.J. Lu1-0/+12
2012-10-03Don't parse %s format argument as multibyte stringJeff Law1-0/+14
2012-09-27Use size_t instead of int for internal variables in glob (bug 14621).Joseph Myers1-0/+8
2012-09-26Properly handle fencepost with MALLOC_ALIGN_MASKH.J. Lu1-0/+6
2012-08-29Use LD_SO to set $ld_so_name/$ld_so_versionH.J. Lu1-0/+8
2012-08-27Fix strtod integer/buffer overflow (bug 14459).Joseph Myers1-0/+17
2012-08-16Fix segmentation fault in strncasecmp for i686Liubov Dmitrieva1-0/+10