about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2016-06-05 16:44:06 +0200
committerFlorian Weimer <fweimer@redhat.com>2016-06-05 16:44:06 +0200
commit91e2b5cfdc69739b652af96ea299f1c29e1c413e (patch)
treeff29e630da38b8b8218cd822ad9eb3dd6a0ac604 /ChangeLog
parent6b4a158ef4af898f528243a54ad11807b5db2d79 (diff)
downloadglibc-91e2b5cfdc69739b652af96ea299f1c29e1c413e.tar.gz
glibc-91e2b5cfdc69739b652af96ea299f1c29e1c413e.tar.xz
glibc-91e2b5cfdc69739b652af96ea299f1c29e1c413e.zip
tst-rec-dlopen: Use interposed malloc instead of hooks
This avoids use of the deprecated hook variables.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index adc53d1515..be1e0bb759 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2016-06-05  Florian Weimer  <fweimer@redhat.com>
+
+	* dlfcn/tst-rec-dlopen.c (custom_malloc_hook, old_malloc_hook):
+	Remove.
+	(call_function, interposed_malloc_called): New variables.
+	(malloc): New function.
+	(do_test): Do not change malloc hooks.  Initialize malloc.  Set
+	and clear call_function as needed.
+
 2016-06-04  Andreas Schwab  <schwab@linux-m68k.org>
 
 	* include/wchar.h (__wmemset): Use __typeof.