This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[glibc/release/2.27/master] NEWS: add entries for bugs 22964, 24180, and 24531


https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=5f90e009b133941b18e5d832ac233ed0bdb153ec

commit 5f90e009b133941b18e5d832ac233ed0bdb153ec
Author: Dmitry V. Levin <ldv@altlinux.org>
Date:   Thu Jun 20 17:32:07 2019 +0000

    NEWS: add entries for bugs 22964, 24180, and 24531

Diff:
---
 NEWS | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/NEWS b/NEWS
index 5227b25..121219a 100644
--- a/NEWS
+++ b/NEWS
@@ -92,6 +92,7 @@ The following bugs are resolved with this release:
   [22937] Greek (el_GR, el_CY) locales actually need ab_alt_mon
   [22947] FAIL: misc/tst-preadvwritev2
   [22963] cs_CZ: Add alternative month names
+  [22964] The Japanese Era name will be changed on May 1, 2019
   [22996] localedata: change LC_PAPER to en_US in es_BO locale
   [23005] Crash in __res_context_send after memory allocation failure
   [23036] regexec: Fix off-by-one bug in weight comparison
@@ -129,6 +130,9 @@ The following bugs are resolved with this release:
   [24027] malloc: Integer overflow in realloc
   [24097] Can't use 64-bit register for size_t in assembly codes for x32 (CVE-2019-6488)
   [24155] x32 memcmp can treat positive length as 0 (if sign bit in RDX is set) (CVE-2019-7309)
+  [24180] pthread_mutex_trylock does not use the correct order of instructions
+    while maintaining the robust mutex list due to missing compiler barriers
+  [24531] Malloc tunables give tcache assertion failures
 
 
 Version 2.27


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]