summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-01-04 01:32:44 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-01-04 01:33:13 (GMT)
commit239694d99ad81f1e435125e76a2a930213d06b21 (patch)
treec02344549f10d618159198bd90f1e010d9def258 /ChangeLog
parent7b3364f3af43961df7c5c7bcd0fe7407e944f16f (diff)
Treated phys_t as uint64_t to avoid huge differences get considered as negative numbers.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4fe2f5e..4fc256d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+16-01-04 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/analysis/disass/area.c:
+ Typo.
+
+ * src/arch/vmpa.c:
+ * src/arch/vmpa.h:
+ Typo. Treat phys_t as uint64_t to avoid huge differences in
+ mrange_contains_addr() get considered as negative numbers.
+
16-01-03 Cyrille Bagard <nocbos@gmail.com>
* src/format/format.c: