aboutsummaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Collapse)Author
2013-10-30Add missing bug number to NEWSAllan McRae
2013-10-29New-locale-for-anp_INChris Leonard
2013-10-26Add some more NEWS items.Joseph Myers
2013-10-25Fix gethostbyname_r example. Fixes bug 2801.Ondřej Bílka
2013-10-25Make strptime %Z consistent between doc and code. Fixes bug 14876Ondřej Bílka
2013-10-25Acknowledge that fnmatch can fail. Fixes bug 14029.Ondřej Bílka
2013-10-25Document that mmap() returns MAP_FAILED on error, as per the POSIX standard.Fabrice Bauzac
2013-10-25Fix stack overflow due to large AF_INET6 requestsSiddhesh Poyarekar
Resolves #16072 (CVE-2013-4458). This patch fixes another stack overflow in getaddrinfo when it is called with AF_INET6. The AF_UNSPEC case was fixed as CVE-2013-1914, but the AF_INET6 case went undetected back then.
2013-10-21Document rpcgen -5. Fixes bug 15825Ondřej Bílka
2013-10-20When glob pattern contains a trailing slash match only directories. Fixes ↵Ondřej Bílka
bug 10278.
2013-10-20Replace alloca in __tzfile_read by malloc. Fixes bug 15670Ondřej Bílka
2013-10-18Remove duplicate bug numbers from NEWS.Joseph Myers
2013-10-18Fix localedef collation handling of <U0000> (bug 15948).Richard Sandiford
2013-10-17Fix inet_network("1 bar"). Fixes bug 15277.Ondřej Bílka
2013-10-17Don't use gethostbyaddr to determine canonical nameAndreas Schwab
2013-10-17soft-fp: make extensions quiet signaling NaNs (bug 16041).Joseph Myers
2013-10-15Clear initfini list after freeing. Fixes bug 15308.Ondřej Bílka
2013-10-14Fix error_tail overflow in allocation calculation.Ondřej Bílka
2013-10-14Correctly copy resolver address. Fixes bug #13028.Ondřej Bílka
2013-10-14ldd: make try_trace more robust and portablePatrick 'P. J.' McDermott
It was noted in 2005 (BZ #832), 2006 (BZ #3266), and 2007 [1] that ldd fails on shells other than Bash >= 3.0 because of the pipefail option around try_trace (added on 2004-12-08). EGLIBC was patched in 2008 [2] (r6912) to make the pipefail check run only on shells that support it, but RTLD output would still be lost on other shells with certain SELinux policies. This patch rewrites try_trace to work on any POSIX-conformant shell in such a way as to also work with such SELinux policies. It also obviates one difference between glibc and EGLIBC. URL: https://sourceware.org/ml/libc-alpha/2007-01/msg00041.html URL: http://www.eglibc.org/archives/patches/msg00526.html 2013-09-11 P. J. McDermott <pj@pehjota.net> [BZ #832] * elf/ldd.bash.in (try_trace): More robustly and portably work around SELinux terminal write permissions by using a command substitution instead of a pipeline and pipefail option.
2013-10-12Fix typos.Yuri Chornoivan
2013-10-12Fix typo in setlocale.c. Fixes BZ #15764Reuben Thomas
2013-10-12soft-fp: make __unord* raise "invalid" for signaling NaNs (bug 16036).Joseph Myers
2013-10-12soft-fp: make ordered comparisons raise "invalid" for quiet NaNs (bug 14910).Joseph Myers
2013-10-12soft-fp: fix _FP_DIV_MEAT_* returning results with wrong exponent (bug 16032).Joseph Myers
2013-10-11Fix fwrite() reading beyond end of buffer in error pathEric Biggers
Partially revert commits 2b766585f9b4ffabeef2f36200c275976b93f2c7 and de2fd463b1c0310d75084b6d774fb974075a4ad9, which were intended to fix BZ#11741 but caused another, likely worse bug, namely that fwrite() and fputs() could, in an error path, read data beyond the end of the specified buffer, and potentially even write this data to the file. Fix BZ#11741 properly by checking the return value from _IO_padn() in stdio-common/vfprintf.c.
2013-10-10soft-fp: fix negation NaN handling (bug 16034).Joseph Myers
2013-10-08Update gethostbyname2_r documentation. Fixes bug #156.Yogesh Chaudhari
2013-10-05Mention powerpc64le support in NEWS and README, plus bugs fixed.Alan Modra
* NEWS: Mention powerpc64le support and bugs fixed. * README: Both big-endian and little-endian powerpc64 supported.
2013-10-04Copy / modify pap_AN into pap_AW and pap_CW.Chris Leonard
2013-10-032013-09-26 Steve Ellcey <sellcey@mips.com>Steve Ellcey
[BZ #15632] * sysdeps/mips/mips32/fpu/e_sqrt.c: New. * sysdeps/mips/mips32/fpu/e_sqrtf.c: New. * sysdeps/mips/mips64/n32/fpu/e_sqrt.c: New. * sysdeps/mips/mips64/n32/fpu/e_sqrtf.c: New. * sysdeps/mips/mips64/n64/fpu/e_sqrt.c: New. * sysdeps/mips/mips64/n64/fpu/e_sqrtf.c: New.
2013-10-03BZ #431 Fix manual of strncat/wcsncat.Ondřej Bílka
2013-10-01Mention bug 15760 in NEWS (duplicate of 15988, just added to NEWS)Chris Metcalf
2013-10-01Fix PI mutex check in pthread_cond_broadcast and pthread_cond_signalSiddhesh Poyarekar
Fixes BZ #15988. The check had a typo - it checked for PTHREAD_MUTEX_ROBUST_NP instead of PTHREAD_MUTEX_ROBUST_NORMAL_NP. It has now been replaced by the already existing convenience macro USE_REQUEUE_PI.
2013-09-30Properly cache the result from looking up the nss database configAndreas Schwab
2013-09-28Revert "Remove references to non-existent content items in install.texi"Allan McRae
This reverts commit 583c76a7ce305d24e0625a22caed317b3e001d91 which breaks building info pages during "make install". Conflicts: ChangeLog
2013-09-27Remove references to non-existent content items in install.texiAllan McRae
These were left in when the installation section was split out into its own file.
2013-09-25Version 1.2 of gd_GB localeMichael Bauer
2013-09-24Add localedef --big-endian and --little-endian options.Joseph Myers
2013-09-23New locale for cmn_TWWei-Lun Chao
2013-09-23New locale for hak_TWWei-Lun Chao
2013-09-23New locale for lzh_TWWei-Lun Chao
2013-09-23New locale for nan_TWWei-Lun Chao
2013-09-23Check for integer overflow in cache size computation in strcollSiddhesh Poyarekar
strcoll is implemented using a cache for indices and weights of collation sequences in the strings so that subsequent passes do not have to search through collation data again. For very large string inputs, the cache size computation could overflow. In such a case, use the fallback function that does not cache indices and weights of collation sequences. Fixes CVE-2012-4412.
2013-09-23Fall back to non-cached sequence traversal and comparison on malloc failSiddhesh Poyarekar
strcoll currently falls back to alloca if malloc fails, resulting in a possible stack overflow. This patch implements sequence traversal and comparison without caching indices and rules. Fixes CVE-2012-4424.
2013-09-23BZ #15754: CVE-2013-4788Carlos O'Donell
The pointer guard used for pointer mangling was not initialized for static applications resulting in the security feature being disabled. The pointer guard is now correctly initialized to a random value for static applications. Existing static applications need to be recompiled to take advantage of the fix. The test tst-ptrguard1-static and tst-ptrguard1 add regression coverage to ensure the pointer guards are sufficiently random and initialized to a default value.
2013-09-21New locale for ak_GH.Chris Leonard
2013-09-21correct bug list in NEWSChris Leonard
2013-09-21[BZ #15859] Fix memory leak in _dl_map_object_depsVinitha Vijayan
2013-09-20Mention malloc probes in the NEWS file.Alexandre Oliva
for ChangeLog * NEWS: Mention malloc probes.