summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5c8ae4c..3130bbe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: