aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2012-09-05 15:43:04 -0300
committerAlexandre Oliva <lxoliva@fsfla.org>2012-09-05 15:43:04 -0300
commit5c44738353ecaa1c81efca063ee8b55e092d7a43 (patch)
treea5a4cb9a9a10cba1020dfbb8be3161faf6e733f1 /ChangeLog
parentfad64255f4b49e3acb506b2a09972c2ff1255f8a (diff)
downloadglibc-5c44738353ecaa1c81efca063ee8b55e092d7a43.tar
glibc-5c44738353ecaa1c81efca063ee8b55e092d7a43.tar.gz
glibc-5c44738353ecaa1c81efca063ee8b55e092d7a43.tar.bz2
glibc-5c44738353ecaa1c81efca063ee8b55e092d7a43.zip
Don't change no_dyn_threshold on mallopt failure
* malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not change internal state upon failure.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index db63a81d0e..6529e08f0f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2012-09-05 Alexandre Oliva <aoliva@redhat.com>
+ * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
+ change internal state upon failure.
+
+2012-09-05 Alexandre Oliva <aoliva@redhat.com>
+
* malloc/mcheck.c (mcheck_check_all): Fix typo.
* malloc/memusage.c (mmap): Likewise.
(mmap64, mremap): Likewise. Adjust name in comment.