diff options
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. |