summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix stack overflow in getaddrinfo with many resultsibm/2.16/masterAndreas Schwab2015-04-133-4/+32
* Fix invalid file descriptor reuse while sending DNS query (BZ #15946)Andreas Schwab2015-04-073-2/+9
* CVE-2015-1472: wscanf allocates too little memoryPaul Pluzhnikov2015-02-234-9/+49
* Fix parsing of numeric hosts in gethostbyname_rAndreas Schwab2015-01-296-57/+79
* Return EAI_SYSTEM if we're out of file descriptorsSiddhesh Poyarekar2015-01-295-7/+46
* PowerPC: Fix POINTER_CHK_GUARD thread register for PPC64Adhemerval Zanella2015-01-163-3/+22
* PowerPC: Fix gettimeofday ifunc selectionAdhemerval Zanella2015-01-153-4/+14
* PowerPC: Fix ftime gettimeofday internal call returning bogus dataAdhemerval Zanella2015-01-152-8/+26
* PowerPC: Fix vDSO missing ODP entriesAdhemerval Zanella2015-01-153-5/+35
* CVE-2014-7817: wordexp fails to honour WRDE_NOCMD.Carlos O'Donell2015-01-154-13/+78
* Label CVE-2014-9402 in NEWSAllan McRae2015-01-151-2/+3
* Avoid infinite loop in nss_dns getnetbyname [BZ #17630]Florian Weimer2015-01-153-3/+12
* CVE-2012-3406: Stack overflow in vfprintf [BZ #16617]Jeff Law2015-01-157-6/+207
* Mention CVE-2014-4043 in NEWSAllan McRae2015-01-152-0/+10
* posix_spawn_file_actions_addopen needs to copy the path argument (BZ 17048)Florian Weimer2015-01-156-13/+59
* _nl_find_locale: Improve handling of crafted locale names [BZ #17137]Florian Weimer2015-01-156-15/+290
* __gconv_translit_find: Disable function [BZ #17187]Florian Weimer2015-01-153-174/+19
* CVE-2014-6040: Crashes on invalid input in IBM gconv modules [BZ #17325]Florian Weimer2015-01-1511-11/+56
* Add CVE-2013-4332 to NEWS.Will Newton2015-01-151-0/+5
* malloc: Check for integer overflow in memalign.Will Newton2015-01-152-0/+13
* malloc: Check for integer overflow in valloc.Will Newton2015-01-152-2/+14
* malloc: Check for integer overflow in pvalloc.Will Newton2015-01-152-0/+13
* CVE-2013-4237, BZ #14699: Buffer overflow in readdir_rFlorian Weimer2015-01-1510-36/+118
* BZ #15754: CVE-2013-4788Carlos O'Donell2015-01-1515-3/+330
* Check for integer overflow in cache size computation in strcollSiddhesh Poyarekar2015-01-155-1/+84
* Fall back to non-cached sequence traversal and comparison on malloc failSiddhesh Poyarekar2015-01-153-32/+251
* Simplify strcoll implementationSiddhesh Poyarekar2015-01-152-406/+304
* Fix stack overflow due to large AF_INET6 requestsSiddhesh Poyarekar2015-01-153-3/+28
* Fix buffer overrun in regexp matcherAndreas Schwab2015-01-155-9/+70
* CVE-2013-2207, BZ #15755: Disable pt_chown.Carlos O'Donell2015-01-1511-7/+102
* [BZ #14889]Jeff Law2015-01-157-2/+125
* Properly handle indirect functions in ABI check on powerpc64Andreas Schwab2013-04-262-1/+6
* PowerPC: modf optimization fixAdhemerval Zanella2013-04-265-0/+14
* PowerPC: modf optimizationAdhemerval Zanella2013-04-265-0/+121
* PowerPC: Change sched_getcpu to use vDSO getcpu instead of syscall.Adhemerval Zanella2013-03-135-0/+43
* PowerPC: gettimeofday optimization by using IFUNCAdhemerval Zanella2013-03-043-14/+50
* Merge remote branch 'remotes/origin/release/2.16/master' into local_ibm_2.16Ryan S. Arnold2013-03-0130-3898/+4667
|\
| * Revert "2012-11-07 Andreas Jaeger <aj@suse.de>"Andreas Schwab2012-11-283-26/+2
| * sysdeps/sh/dl-machine.h: Define ELF_MACHINE_RUNTIME_FIXUP_PARAMS.Thomas Schwinge2012-11-272-2/+7
| * Skip audit if l_reloc_result is NULLH.J. Lu2012-11-275-3/+41
| * 2012-11-07 Andreas Jaeger <aj@suse.de>Jeff Law2012-11-133-2/+26
| * Fix missing _mcount@GLIBC_2.0 on powerpc32Andreas Schwab2012-10-235-3/+28
| * Define HAS_FMA with bit_FMA_UsableH.J. Lu2012-10-044-3/+23
| * Don't parse %s format argument as multibyte stringJeff Law2012-10-035-37/+32
| * Use size_t instead of int for internal variables in glob (bug 14621).Joseph Myers2012-09-273-6/+14
| * Properly handle fencepost with MALLOC_ALIGN_MASKH.J. Lu2012-09-263-4/+14
| * Use LD_SO to set $ld_so_name/$ld_so_versionH.J. Lu2012-08-294-2/+17
| * Fix strtod integer/buffer overflow (bug 14459).Joseph Myers2012-08-275-33/+179
| * Fix segmentation fault in strncasecmp for i686Liubov Dmitrieva2012-08-164-5/+31
| * sunrpc: fix rpc bootstrap buildsMike Frysinger2012-08-122-1/+5