Various commits changed the \ escaping, introducing unwanted leading space, like this; - fprintf (fp, "\ + fprintf (fp, " \ It looks like this happened in these two commits: commit 987c02692a88b8c9024cb99187434aad02c3c047 Author: Ondřej Bílka <neleai@seznam.cz> Date: Fri May 30 13:24:56 2014 +0200 Remove mi_arena nested function. commit 6c8dbf00f536d78b1937b5af6f57be47fd376344 Author: Ondřej Bílka <neleai@seznam.cz> Date: Thu Jan 2 09:38:18 2014 +0100 Reformat malloc to gnu style.
The master branch has been updated by Florian Weimer <fw@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=b0f6679bcd738ea244a14acd879d974901e56c8e commit b0f6679bcd738ea244a14acd879d974901e56c8e Author: Florian Weimer <fweimer@redhat.com> Date: Thu Aug 1 14:06:24 2019 +0200 malloc: Remove unwanted leading whitespace in malloc_info [BZ #24867] It was introduced in commit 6c8dbf00f536d78b1937b5af6f57be47fd376344 ("Reformat malloc to gnu style."). Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Fixed for glibc 2.31.
The release/2.30/master branch has been updated by Florian Weimer <fw@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=be9a328c93834648e0bec106a1f86357d1a8c7e1 commit be9a328c93834648e0bec106a1f86357d1a8c7e1 Author: Florian Weimer <fweimer@redhat.com> Date: Thu Aug 1 16:48:12 2019 +0200 malloc: Remove unwanted leading whitespace in malloc_info [BZ #24867] It was introduced in commit 6c8dbf00f536d78b1937b5af6f57be47fd376344 ("Reformat malloc to gnu style."). Reviewed-by: Carlos O'Donell <carlos@redhat.com> (cherry picked from commit b0f6679bcd738ea244a14acd879d974901e56c8e)
The release/2.28/master branch has been updated by Arjun Shankar <arjun@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=6d750b18999b52ec74102c046cd27181f943bda8 commit 6d750b18999b52ec74102c046cd27181f943bda8 Author: Florian Weimer <fweimer@redhat.com> Date: Thu Aug 1 14:06:24 2019 +0200 malloc: Remove unwanted leading whitespace in malloc_info [BZ #24867] It was introduced in commit 6c8dbf00f536d78b1937b5af6f57be47fd376344 ("Reformat malloc to gnu style."). Reviewed-by: Carlos O'Donell <carlos@redhat.com> (cherry picked from commit b0f6679bcd738ea244a14acd879d974901e56c8e)
The release/2.29/master branch has been updated by Arjun Shankar <arjun@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=a0a551d2590c43635a45a494ea3b972c7b91e79f commit a0a551d2590c43635a45a494ea3b972c7b91e79f Author: Florian Weimer <fweimer@redhat.com> Date: Thu Aug 1 14:06:24 2019 +0200 malloc: Remove unwanted leading whitespace in malloc_info [BZ #24867] It was introduced in commit 6c8dbf00f536d78b1937b5af6f57be47fd376344 ("Reformat malloc to gnu style."). Reviewed-by: Carlos O'Donell <carlos@redhat.com> (cherry picked from commit b0f6679bcd738ea244a14acd879d974901e56c8e)