From 42043a7aac8d0b87e3a2f2ccfe941031b07cac24 Mon Sep 17 00:00:00 2001 From: Sajid Date: Sun, 8 Sep 2024 21:46:44 +0600 Subject: [PATCH] Nullify op_str --- thirdparty/disasm/ppc-dis.c | 1 + 1 file changed, 1 insertion(+) diff --git a/thirdparty/disasm/ppc-dis.c b/thirdparty/disasm/ppc-dis.c index c876f6d..a3854e4 100644 --- a/thirdparty/disasm/ppc-dis.c +++ b/thirdparty/disasm/ppc-dis.c @@ -5405,6 +5405,7 @@ static int decode_insn_powerpc(bfd_vma memaddr, disassemble_info* info, int bige if (dialect == 0) dialect = powerpc_dialect(info); + oinsn->op_str[0] = 0; status = (*info->read_memory_func) (memaddr, buffer, 4, info); if (status != 0) {