diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2012-09-05 15:43:04 -0300 |
---|---|---|
committer | Alexandre Oliva <lxoliva@fsfla.org> | 2012-09-05 15:43:04 -0300 |
commit | 5c44738353ecaa1c81efca063ee8b55e092d7a43 (patch) | |
tree | a5a4cb9a9a10cba1020dfbb8be3161faf6e733f1 /ChangeLog | |
parent | fad64255f4b49e3acb506b2a09972c2ff1255f8a (diff) | |
download | glibc-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |