summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--src/analysis/binary.c3
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 <nocbos@gmail.com>
+ * src/analysis/binary.c:
+ Load debug information with care.
+
+15-10-13 Cyrille Bagard <nocbos@gmail.com>
+
* 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 */