From: Siddhesh Poyarekar Date: Mon, 29 Dec 2025 11:53:44 +0000 (-0500) Subject: malloc_info: fix closing tag typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c8af6a43cbfc082f4340cde2deb788729c12bd9;p=thirdparty%2Fglibc.git malloc_info: fix closing tag typo Fix regression in commit 7447efa9622cb33a567094833f6c4000b3ed2e23 ("malloc: remove fastbin code from malloc_info") where the closing `sizes` tag had a typo, missing the '/'. Signed-off-by: Siddhesh Poyarekar --- diff --git a/malloc/malloc.c b/malloc/malloc.c index 20f24cce9f..2e3404ab56 100644 --- a/malloc/malloc.c +++ b/malloc/malloc.c @@ -5514,7 +5514,7 @@ __malloc_info (int options, FILE *fp) total_max_system += ar_ptr->max_system_mem; fprintf (fp, - "\n" + "\n" "\n" "\n" "\n",