diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2012-12-18 23:26:56 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2012-12-18 23:26:56 (GMT) |
commit | cf9ea46a796000f0252bb7d80c0ac0fb170e156a (patch) | |
tree | 4fdab700f2d0fe0e88cf21063e9da516a4f5d5b0 /ChangeLog | |
parent | f4dbbab3190d13e61f125eea51a0ecec2ab9e897 (diff) |
Fixed a bug when the binary loading fails.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@306 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +12-12-19 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/binaries/file.c: + Improve the 'finalize' method. + + * src/analysis/binary.c: + Improve the cleaning process of loaded binaries and fix a bug when + loading fails. + + * src/format/format.c: + Remove debug output. + 12-12-18 Cyrille Bagard <nocbos@gmail.com> * configure.ac: |