summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2011-11-09 17:14:39 +0100
committerAndreas Schwab <schwab@redhat.com>2011-11-10 11:00:59 +0100
commit77cdc054e02069d72dcf54a9ad7d7df3a24bcb01 (patch)
tree9556e4989739f6c40f92860f2119375b8d6caec0 /ChangeLog
parent5f078c3286c177a4d66ad89e7b3930e2d6132586 (diff)
Check malloc arana limit atomically
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bf091611c0..edd7dd8a96 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-11-10 Andreas Schwab <schwab@redhat.com>
+
+ * malloc/arena.c (_int_new_arena): Don't increment narenas.
+ (reused_arena): Don't check arena limit.
+ (arena_get2): Atomically check arena limit.
+
2011-11-08 Ulrich Drepper <drepper@gmail.com>
* locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.