diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2012-10-16 23:16:25 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2012-10-16 23:16:25 (GMT) |
commit | 84581571e138d5b7984b6d3198296013ec157d30 (patch) | |
tree | e4308cab1f1bf85feaaeb91e33874b7ef7ccbcbb /ChangeLog | |
parent | 6f9563a0184e36fab8d0c2c38d151827784e331e (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-- | ChangeLog | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -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: |