The insns list is initialized twice, in cmd_check() and in
decode_instructions().  Remove the latter.

Signed-off-by: Josh Poimboeuf <jpoim...@redhat.com>
---
 tools/objtool/builtin-check.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tools/objtool/builtin-check.c b/tools/objtool/builtin-check.c
index 46a8985..a974f295 100644
--- a/tools/objtool/builtin-check.c
+++ b/tools/objtool/builtin-check.c
@@ -249,8 +249,6 @@ static int decode_instructions(struct objtool_file *file)
        struct instruction *insn;
        int ret;
 
-       INIT_LIST_HEAD(&file->insns);
-
        list_for_each_entry(sec, &file->elf->sections, list) {
 
                if (!(sec->sh.sh_flags & SHF_EXECINSTR))
-- 
2.4.3

Reply via email to