diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2010-06-14 23:39:03 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2010-06-14 23:39:03 (GMT) |
commit | 1e2aada1204d3da43fe075478df5bfaaece937b0 (patch) | |
tree | 99eb321808ddcc0364928adf9266f32a201d2b59 /ChangeLog | |
parent | af7d2ea327d27200ad151d3e1ba0ee6d51b1ff62 (diff) |
Made the program stronger by handling more errors.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@167 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ +10-06-15 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/binary.c: + Be sure to stay in loaded binary data. + + * src/common/endianness.c: + * src/common/leb128.c: + Report suspicious positions as errors. + + * src/format/dex/dex-int.c: + Handle errors when allocating to much memory. + + * src/format/dex/method.c: + Handle errors when loading methods from the DEX pool. + + * src/panels/symbols.c: + Typo. + 10-06-06 Cyrille Bagard <nocbos@gmail.com> * src/analysis/routine.c: |