summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2012-10-16 23:16:25 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2012-10-16 23:16:25 (GMT)
commit84581571e138d5b7984b6d3198296013ec157d30 (patch)
treee4308cab1f1bf85feaaeb91e33874b7ef7ccbcbb /ChangeLog
parent6f9563a0184e36fab8d0c2c38d151827784e331e (diff)
Fixed many bugs using valgrind.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@269 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog27
1 files changed, 27 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5d3e7c6..b7572f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,30 @@
+12-10-17 Cyrille Bagard <nocbos@gmail.com>
+
+ * plugins/pychrysa/plugin.c:
+ The one which reallocs has to become the one which frees !
+
+ * src/analysis/binaries/file.c:
+ See plugins/pychrysa/plugin.c.
+
+ * src/analysis/binary.c:
+ Handle the case where no source is found.
+
+ * src/arch/dalvik/processor.c:
+ Add missing disassembling call references for DOP_SUB_LONG_2ADDR
+ and DOP_MUL_LONG_2ADDR.
+
+ * src/format/dex/dex.c:
+ Handle the case where no source is found.
+
+ * src/format/format.c:
+ See plugins/pychrysa/plugin.c.
+
+ * src/gtkext/gtksourceview.c:
+ Formally handle the case where no source is found.
+
+ * src/plugins/plugin.c:
+ See plugins/pychrysa/plugin.c.
+
12-10-16 Cyrille Bagard <nocbos@gmail.com>
* src/analysis/disass/output.c: