summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-10-09 12:01:00 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-10-09 12:01:00 (GMT)
commitf3e84729588f7e2e518f82116e908455d957f9ca (patch)
treeed139dfd23c7436b5af4519a022c3945519bd167 /ChangeLog
parent0b6e87de0d4313f8ef31907bc48ce4d7f7749738 (diff)
Loaded Dex strings for annotations with the proper length.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 338dec9..a33e4ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
16-10-09 Cyrille Bagard <nocbos@gmail.com>
+ * plugins/readdex/ids.c:
+ Load Dex strings for annotations with the proper length, not the size
+ of the size.
+
+16-10-09 Cyrille Bagard <nocbos@gmail.com>
+
* src/format/dex/Makefile.am:
Add the 'loading.[ch]' files to libformatdex_la_SOURCES.