summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-08-27 18:14:19 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-08-27 18:14:19 (GMT)
commitdbb5a81c38ccbdefafc2abe3bd1e266a7fc42bc2 (patch)
treede1b90292e08154d26d4b58cb896d6d7be534b1f /ChangeLog
parent47480a98d3c5c058755f3206765730dbfbf3ecef (diff)
Took into account that some instruction creations may fail.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1eb2cd5..0605206 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.