diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-09-24 21:18:51 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-09-24 21:18:51 (GMT) |
commit | 3c970a0a1b74a1991be303132221329f3eef0b91 (patch) | |
tree | 7f3c9e8969f5c5c9fe1188c762dda0668c6f9ff6 /ChangeLog | |
parent | 65a4b8d9c1929fb7b171d630d336519fc4d418ef (diff) |
Prevented out of bounds access when moving the reading position forwards.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -1,5 +1,31 @@ 16-09-24 Cyrille Bagard <nocbos@gmail.com> + * src/analysis/content-int.h: + * src/analysis/content.c: + * src/analysis/content.h: + * src/analysis/contents/file.c: + * src/analysis/contents/restricted.c: + Prevent out of bounds access when moving the reading position forwards. + + * src/analysis/disass/area.c: + Replace code by assertion. + + * src/arch/dalvik/operand.c: + Update code. + + * src/arch/dalvik/processor.c: + Restore the previous valid position in case of reading error for + decoding pseudo instructions. + + * src/arch/dalvik/pseudo/fill.c: + * src/arch/dalvik/pseudo/switch.c: + Update code. Limit the quantity of displayed code. + + * src/format/dwarf/v2/form.c: + Update code. + +16-09-24 Cyrille Bagard <nocbos@gmail.com> + * src/common/bits.c: Replace the non-working GLib atomic function to deal with bitfields. |