summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-05-07 16:34:44 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-05-07 16:34:44 (GMT)
commit3d28b198f12671e4933890a4b79933d064593ce3 (patch)
tree1fcf4bad79af94a3b14b349e9d68b61f88d5df8a /ChangeLog
parent2fc5cc35c256d5bdbe72a1218082e91ddbc3e193 (diff)
Added debug code to avoid crashes with wrongly disassembled binaries.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1ab08bd..7057d72 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+16-05-07 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/analysis/disass/routines.c:
+ Add debug code to avoid crashes with wrongly disassembled binaries.
+
+ * src/format/elf/symbols.c
+ Extend a debug output.
+
16-05-06 Cyrille Bagard <nocbos@gmail.com>
* src/arch/arm/v7/Makefile.am: