diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-08-27 18:14:19 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-08-27 18:14:19 (GMT) |
commit | dbb5a81c38ccbdefafc2abe3bd1e266a7fc42bc2 (patch) | |
tree | de1b90292e08154d26d4b58cb896d6d7be534b1f /ChangeLog | |
parent | 47480a98d3c5c058755f3206765730dbfbf3ecef (diff) |
Took into account that some instruction creations may fail.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 17-08-27 Cyrille Bagard <nocbos@gmail.com> + * plugins/readdex/ids.c: + Take into account that some instruction creations may fail. + + * plugins/readelf/strtab.c: + * src/format/elf/strings.c: + Assert some functions do not fail. + +17-08-27 Cyrille Bagard <nocbos@gmail.com> + * src/gui/dialogs/about.c: Replace a deprecated function in the About box. |