]> git.ipfire.org Git - thirdparty/glibc.git/commit
elf: Fix missing colon in LD_SHOW_AUXV output [BZ #28253]
authorArjun Shankar <arjun@redhat.com>
Fri, 20 Aug 2021 14:24:05 +0000 (16:24 +0200)
committerArjun Shankar <arjun@redhat.com>
Fri, 20 Aug 2021 14:34:29 +0000 (16:34 +0200)
commit9acab0bba6a5a57323b1f94bf95b21618a9e5aa4
treeb5fab3c1bc42c1cb715dd897085bd21617c65cd4
parent7c987a5ccb31df80456d53a094e47f81310f549b
elf: Fix missing colon in LD_SHOW_AUXV output [BZ #28253]

This commit adds a missing colon in the AT_MINSIGSTKSZ entry in
the _dl_show_auxv function.

(cherry picked from commit 82fbcd7118d760492e2ecc9fa291e358b9ba0361)
elf/dl-sysdep.c