diff options
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: |