diff options
author | Florian Weimer <fweimer@redhat.com> | 2016-06-05 16:44:06 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2016-06-05 16:44:06 +0200 |
commit | 91e2b5cfdc69739b652af96ea299f1c29e1c413e (patch) | |
tree | ff29e630da38b8b8218cd822ad9eb3dd6a0ac604 /ChangeLog | |
parent | 6b4a158ef4af898f528243a54ad11807b5db2d79 (diff) | |
download | glibc-91e2b5cfdc69739b652af96ea299f1c29e1c413e.tar.gz |
tst-rec-dlopen: Use interposed malloc instead of hooks
This avoids use of the deprecated hook variables.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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. |