diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-01-04 01:32:44 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-01-04 01:33:13 (GMT) |
commit | 239694d99ad81f1e435125e76a2a930213d06b21 (patch) | |
tree | c02344549f10d618159198bd90f1e010d9def258 /ChangeLog | |
parent | 7b3364f3af43961df7c5c7bcd0fe7407e944f16f (diff) |
Treated phys_t as uint64_t to avoid huge differences get considered as negative numbers.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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: |