summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-08-15 20:03:47 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-08-15 20:03:47 (GMT)
commit13d12a85fa661c2f331a4ad61ef921d942ce9176 (patch)
treeec1ca1d40b44294daa88da8b6626f920fc4d9f87 /ChangeLog
parent852650d335f3366ad2c2416c5cebf56a569be691 (diff)
Checked for out-of-bound data access without triggering integer overflow.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0811005..dad8776 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
17-08-15 Cyrille Bagard <nocbos@gmail.com>
+ * src/analysis/contents/file.c:
+ * src/common/endianness.c:
+ * src/common/leb128.c:
+ Check for out-of-bound data access without triggering integer overflow.
+
+17-08-15 Cyrille Bagard <nocbos@gmail.com>
+
* src/glibext/generators/prologue.c:
Find a location for disassembly prologues in all cases.