GNU C Library master sources branch, master, updated. glibc-2.15-72-gaebae05

drepper@sourceware.org drepper@sourceware.org
Mon Jan 9 01:40:00 GMT 2012


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, master has been updated
       via  aebae0537dcb408100b88c6b7647a7e858c43237 (commit)
      from  20b38e0301279a37a3f1e769843933bcc0d5f736 (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://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=aebae0537dcb408100b88c6b7647a7e858c43237

commit aebae0537dcb408100b88c6b7647a7e858c43237
Author: Ulrich Drepper <drepper@gmail.com>
Date:   Sun Jan 8 20:39:46 2012 -0500

    Mark potential fix for BZ 11929

diff --git a/ChangeLog b/ChangeLog
index be2eddc..0726cd4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2758,6 +2758,7 @@
 	__set_errno.
 	* malloc/hooks.c: Likewise.
 
+	[BZ #11929]
 	* malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
 	variables statically.
 	(narenas): Initialize.
diff --git a/NEWS b/NEWS
index 7d5de0a..be6a37a 100644
--- a/NEWS
+++ b/NEWS
@@ -44,13 +44,13 @@ Version 2.15
 
 * The following bugs are resolved with this release:
 
-  6779, 6783, 9696, 10103, 10709, 11589, 12403, 12786, 12840, 12847, 12868,
-  12852, 12874, 12885, 12892, 12906, 12907, 12922, 12935, 12962, 13007,
-  13021, 13061, 13062, 13067, 13068, 13085, 13088, 13090, 13092, 13096,
-  13114, 13118, 13123, 13134, 13138, 13147, 13150, 13166, 13179, 13185,
-  13189, 13192, 13268, 13276, 13282, 13291, 13305, 13328, 13335, 13337,
-  13344, 13358, 13367, 13413, 13416, 13423, 13439, 13446, 13472, 13484,
-  13506, 13515, 13523, 13524, 13538, 13540
+  6779, 6783, 9696, 10103, 10709, 11589, 11929, 12403, 12786, 12840, 12847,
+  12868, 12852, 12874, 12885, 12892, 12906, 12907, 12922, 12935, 12962,
+  13007, 13021, 13061, 13062, 13067, 13068, 13085, 13088, 13090, 13092,
+  13096, 13114, 13118, 13123, 13134, 13138, 13147, 13150, 13166, 13179,
+  13185, 13189, 13192, 13268, 13276, 13282, 13291, 13305, 13328, 13335,
+  13337, 13344, 13358, 13367, 13413, 13416, 13423, 13439, 13446, 13472,
+  13484, 13506, 13515, 13523, 13524, 13538, 13540
 
 * New program pldd to list loaded object of a process
   Implemented by Ulrich Drepper.

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

Summary of changes:
 ChangeLog |    1 +
 NEWS      |   14 +++++++-------
 2 files changed, 8 insertions(+), 7 deletions(-)


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



More information about the Glibc-cvs mailing list