summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-10-25 20:48:49 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-10-25 20:48:49 (GMT)
commit4ff85e315f540efbf3510c1e7456000787601d91 (patch)
tree22bfef1380b813022a849d5e8afc1d9d5408c6a1 /ChangeLog
parent56f7524c4fd0fc14a509be7689f4820b31564dbc (diff)
Fixed a mistake when decoding sparse-switch and packed-switch payloads.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a5e6e8..304682b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+16-10-25 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/arch/dalvik/pseudo/switch.c:
+ Fix a mistake when decoding sparse-switch and packed-switch payloads.
+
16-10-23 Cyrille Bagard <nocbos@gmail.com>
* plugins/androhelpers/switch.c: