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]

GNU C Library master sources branch release/2.27/master updated. glibc-2.27-102-g68c2930


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, release/2.27/master has been updated
       via  68c2930a56bbc8811b1814cb20386f6f50dd966d (commit)
      from  766e8fb932079e96fd02d92a3a1121dff3a73637 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=68c2930a56bbc8811b1814cb20386f6f50dd966d

commit 68c2930a56bbc8811b1814cb20386f6f50dd966d
Author: Dmitry V. Levin <ldv@altlinux.org>
Date:   Sun Jan 6 00:31:53 2019 +0000

    NEWS: add entries for bugs 23275, 23861, and 23907

diff --git a/NEWS b/NEWS
index a787bf6..53c28f3 100644
--- a/NEWS
+++ b/NEWS
@@ -90,6 +90,7 @@ The following bugs are resolved with this release:
   [23253] Set 387 and SSE2 rounding mode for tgamma on i386
   [23259] Unsubstituted ${ORIGIN} remains in DT_NEEDED for AT_SECURE
   [23264] libc: posix_spawnp wrongly executes ENOEXEC in non compat mode
+  [23275] Race in pthread_mutex_lock while promoting to PTHREAD_MUTEX_ELISION_NP
   [23313] libio: Disable vtable validation in case of interposition
   [23349] Various glibc headers no longer compatible with <linux/time.h>
   [23363] stdio-common/tst-printf.c has non-free license
@@ -103,6 +104,8 @@ The following bugs are resolved with this release:
   [23709] Fix CPU string flags for Haswell-type CPUs
   [23821] si_band in siginfo_t has wrong type long int on sparc64
   [23822] ia64 static libm.a is missing exp2f, log2f and powf symbols
+  [23861] rdlock stalls indefinitely on an unlocked pthread rwlock
+  [23907] Incorrect double-free malloc tcache check disregards tcache size
   [23927] Linux if_nametoindex() does not close descriptor (CVE-2018-19591)
   [24018] gettext may return NULL
   [24027] malloc: Integer overflow in realloc

-----------------------------------------------------------------------

Summary of changes:
 NEWS |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


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