]> git.ipfire.org Git - thirdparty/glibc.git/commit - NEWS
Remove malloc hooks [BZ #23328]
authorSiddhesh Poyarekar <siddhesh@sourceware.org>
Thu, 22 Jul 2021 13:08:12 +0000 (18:38 +0530)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Thu, 22 Jul 2021 13:08:12 +0000 (18:38 +0530)
commit1e5a5866cb9541b5231dba3d86c8a1a35d516de9
tree85e7ca8d6a87ee9f50ea09ccf3ec1fb91770ed16
parent0552fd2c7d4e8a570cb4fe4dfe65e96f6d24b0cd
Remove malloc hooks [BZ #23328]

Make malloc hooks symbols compat-only so that new applications cannot
link against them and remove the declarations from the API.  Also
remove the unused malloc-hooks.h.

Finally, mark all symbols in libc_malloc_debug.so as compat so that
the library cannot be linked against.

Add a note about the deprecation in NEWS.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Tested-by: Carlos O'Donell <carlos@redhat.com>
NEWS
malloc/hooks.c
malloc/malloc-debug.c
malloc/malloc-hooks.h [deleted file]
malloc/malloc.h
manual/memory.texi