From 91e2b5cfdc69739b652af96ea299f1c29e1c413e Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Sun, 5 Jun 2016 16:44:06 +0200 Subject: tst-rec-dlopen: Use interposed malloc instead of hooks This avoids use of the deprecated hook variables. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index adc53d1515..be1e0bb759 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2016-06-05 Florian Weimer + + * 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 * include/wchar.h (__wmemset): Use __typeof. -- cgit 1.4.1