summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-08-27 18:15:41 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-08-27 18:15:41 (GMT)
commit562a56f01cfb81ff7538418dd183aaa53e90b17c (patch)
treef330e35c6ec16eecc4c11db5e72ffd0930f102f8 /ChangeLog
parentdbb5a81c38ccbdefafc2abe3bd1e266a7fc42bc2 (diff)
Took into account that loading types from the Dex pool may fail.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0605206..452f97c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
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.
+
+17-08-27 Cyrille Bagard <nocbos@gmail.com>
+
* plugins/readdex/ids.c:
Take into account that some instruction creations may fail.