about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOndřej Bílka <neleai@seznam.cz>2013-12-10 19:36:28 +0100
committerOndřej Bílka <neleai@seznam.cz>2013-12-10 19:36:28 +0100
commit0dfa665cc1fb3cf34ef4e173effe5651d4a8497d (patch)
tree02fa3ed5599d0e3d9c4096975f175ef4a638812a /ChangeLog
parent5782a80f9f8ca86899b30161166f044b0b6b8590 (diff)
downloadglibc-0dfa665cc1fb3cf34ef4e173effe5651d4a8497d.tar.gz
glibc-0dfa665cc1fb3cf34ef4e173effe5651d4a8497d.tar.xz
glibc-0dfa665cc1fb3cf34ef4e173effe5651d4a8497d.zip
Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 12bbfbfea5..c7b18ab22f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
 
+	* malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
+	(__malloc_assert, __libc_realloc, __libc_calloc,
+	_int_realloc): Expand MALLOC_COPY and MALLOC_ZERO to
+	memcpy and memset.
+	* malloc/hooks.c (realloc_check): Likewise.
+
+2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
+
 	* malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
 	* malloc/arena.c: Remove PER_THREAD conditional.
 	[!PER_THREAD]: Remove code.