summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-08-05 21:24:52 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-08-05 21:24:52 (GMT)
commit121d24042c60fe9f3587c626f0b092c399cdc2a9 (patch)
tree92b8cf209b7d2bbb944b26494bbf87d1c891c52d /ChangeLog
parent9aee9648f671ac46dfa4fe3cc71887d1d633b7e4 (diff)
Protected a bit stronger the access to the bitfield of the instructions coverage.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b710ca2..b28ef4f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
17-08-05 Cyrille Bagard <nocbos@gmail.com>
* src/analysis/disass/area.c:
+ Protect a bit stronger the access to the bitfield of the instructions coverage.
+
+17-08-05 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/analysis/disass/area.c:
Handle any partial replaced instruction when replacing instructions.
17-07-28 Cyrille Bagard <nocbos@gmail.com>