diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-08-15 20:03:47 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-08-15 20:03:47 (GMT) |
commit | 13d12a85fa661c2f331a4ad61ef921d942ce9176 (patch) | |
tree | ec1ca1d40b44294daa88da8b6626f920fc4d9f87 /ChangeLog | |
parent | 852650d335f3366ad2c2416c5cebf56a569be691 (diff) |
Checked for out-of-bound data access without triggering integer overflow.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |