From f66704a937db50bbd78acc5c29f569b4c8e35d19 Mon Sep 17 00:00:00 2001 From: Zack Weinberg Date: Sun, 18 Mar 2018 17:01:06 -0400 Subject: WIP finer-grained, more aggressive local PLT call check --- malloc/malloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'malloc/malloc.c') diff --git a/malloc/malloc.c b/malloc/malloc.c index 9614954975..b57232148f 100644 --- a/malloc/malloc.c +++ b/malloc/malloc.c @@ -5005,7 +5005,7 @@ __malloc_stats (void) if (ar_ptr == &main_arena) break; } - fprintf (stderr, "Total (incl. mmap):\n"); + fputs ("Total (incl. mmap):\n", stderr); fprintf (stderr, "system bytes = %10u\n", system_b); fprintf (stderr, "in use bytes = %10u\n", in_use_b); fprintf (stderr, "max mmap regions = %10u\n", (unsigned int) mp_.max_n_mmaps); -- cgit v1.2.3-70-g09d2