From 7800159c1dd6538f0ee9d026cf3f121a488dd647 Mon Sep 17 00:00:00 2001 From: Cyrille Bagard Date: Tue, 13 Oct 2015 18:43:10 +0000 Subject: Loaded debug information with care. git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@592 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a --- ChangeLog | 5 +++++ src/analysis/binary.c | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6535040..e36dd09 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 15-10-13 Cyrille Bagard + * src/analysis/binary.c: + Load debug information with care. + +15-10-13 Cyrille Bagard + * src/format/elf/elf.c: Do not load ELF files as DWARF information. diff --git a/src/analysis/binary.c b/src/analysis/binary.c index f74f613..ae8054b 100644 --- a/src/analysis/binary.c +++ b/src/analysis/binary.c @@ -329,8 +329,7 @@ GLoadedBinary *g_loaded_binary_new(GBinContent *content) /* Informations de débogage associées */ - if (!g_loaded_binary_attach_debug_info(result, content)) - goto lbf_error; + g_loaded_binary_attach_debug_info(result, content); /* Architecture visée */ -- cgit v0.11.2-87-g4458