From b9bf81d548e82fb332edb45954bca3a7eab11779 Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Wed, 16 Aug 2023 22:23:28 +0200 Subject: [PATCH] src/p_lx_elf.cpp: init o_binfo to avoid crash with MSAN build This should be double-checked by @jreiser --- src/p_lx_elf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/p_lx_elf.cpp b/src/p_lx_elf.cpp index f8a13cb6..95b56eff 100644 --- a/src/p_lx_elf.cpp +++ b/src/p_lx_elf.cpp @@ -252,7 +252,7 @@ PackLinuxElf::PackLinuxElf(InputFile *f) : super(f), e_phnum(0), dynstr(nullptr), sz_phdrs(0), sz_elf_hdrs(0), sz_pack2(0), sz_pack2a(0), lg2_page(12), page_size(1u<