summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-08-27 18:21:17 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-08-27 18:21:17 (GMT)
commit5792b6c860810915d62365125cafc6bff096e405 (patch)
tree066866c023a3fb9e6d0e2cb36a295e9b8f727669 /ChangeLog
parent562a56f01cfb81ff7538418dd183aaa53e90b17c (diff)
Handled Dalvik code definition loading with more care.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 452f97c..188a52d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,19 @@
17-08-27 Cyrille Bagard <nocbos@gmail.com>
+ * plugins/pychrysa/format/format.c:
+ * src/arch/processor.h:
+ Update code.
+
+ * src/format/dex/dex-int.c:
+ * src/format/dex/method.c:
+ Handle Dalvik code definition loading with more care.
+
+ * src/format/format.h:
+ * src/gui/panels/errors.c:
+ Update code.
+
+17-08-27 Cyrille Bagard <nocbos@gmail.com>
+
* src/format/dex/class.c:
Take into account that loading types from the Dex pool may fail.