about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-10-29 16:39:03 -0400
committerUlrich Drepper <drepper@gmail.com>2011-10-29 16:39:03 -0400
commit6ef76f3b515c45a83f7831f806bf97a2af9ed008 (patch)
tree098c3c6dfe036e5e7c45e216ae8dbd1885d11fbb /ChangeLog
parent9beb2334930db81ceada5aa6051fe5ac0554db32 (diff)
downloadglibc-6ef76f3b515c45a83f7831f806bf97a2af9ed008.tar.gz
glibc-6ef76f3b515c45a83f7831f806bf97a2af9ed008.tar.xz
glibc-6ef76f3b515c45a83f7831f806bf97a2af9ed008.zip
Avoid assertion in processes with VM in bad shape
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 21aa45134d..4fccd94ec6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
 
+	[BZ #13276]
+	* malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
+	return value.
+
 	* posix/sys/wait.h: Mark wait and wait4 with __THROWNL.
 	* libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
 	asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.