aboutsummaryrefslogtreecommitdiff
path: root/malloc/Makefile
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@sourceware.org>2021-07-22 18:38:16 +0530
committerSiddhesh Poyarekar <siddhesh@sourceware.org>2021-07-22 18:38:16 +0530
commit6856975ed4ce79355752d08938f066f2ed9fcfb5 (patch)
tree0ef325b468fc9dcc399a854b17433fb7969fa79d /malloc/Makefile
parent1e5a5866cb9541b5231dba3d86c8a1a35d516de9 (diff)
downloadglibc-6856975ed4ce79355752d08938f066f2ed9fcfb5.zip
glibc-6856975ed4ce79355752d08938f066f2ed9fcfb5.tar.gz
glibc-6856975ed4ce79355752d08938f066f2ed9fcfb5.tar.bz2
mcheck Fix malloc_usable_size [BZ #22057]
Interpose malloc_usable_size to return the correct mcheck value for malloc_usable_size. Reviewed-by: Carlos O'Donell <carlos@redhat.com> Tested-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'malloc/Makefile')
-rw-r--r--malloc/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/malloc/Makefile b/malloc/Makefile
index 96328da..d542851 100644
--- a/malloc/Makefile
+++ b/malloc/Makefile
@@ -83,7 +83,7 @@ ifeq ($(have-GLIBC_2.23)$(build-shared),yesyes)
# the tests expect specific internal behavior that is changed due to linking to
# libmcheck.a.
tests-exclude-mcheck = tst-mallocstate \
- tst-safe-linking tst-malloc-usable \
+ tst-safe-linking \
tst-malloc-backtrace \
tst-malloc-fork-deadlock \
tst-malloc-stats-cancellation \
@@ -92,8 +92,6 @@ tests-exclude-mcheck = tst-mallocstate \
tst-malloc-thread-fail \
tst-malloc-usable-tunables \
tst-malloc_info \
- tst-pvalloc-fortify \
- tst-reallocarray \
tst-compathooks-off tst-compathooks-on
tests-mcheck = $(filter-out $(tests-exclude-mcheck), $(tests))