summaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2015-09-09 13:59:19 -0700
committerMark Wielaard <mjw@redhat.com>2015-09-10 14:02:24 +0200
commitfc0a0f303bf31194c9cef9bb6a766cec9d7794fb (patch)
tree2204806401f1328709dba87e53732e659e15abea /src/ChangeLog
parent4169187fe3abfda5b7df3eb39ab6bc15d08e13a1 (diff)
downloadelfutils-fc0a0f303bf31194c9cef9bb6a766cec9d7794fb.tar.gz
Initialize variable before use.
Some compiler does not know that error function never returns. Signed-off-by: Chih-Hung Hsieh <chh@google.com>
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index fb928075..238c4160 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
+2015-09-09 Chih-Hung Hsieh <chh@google.com>
+
+ * readelf.c (print_debug_exception_table): Initialize variable before
+ it is used, because compiler does not know that error never returns.
+ (dump_arhive_index): Likewise.
+
2015-09-04 Chih-Hung Hsieh <chh@google.com>
* elflint.c (check_group): Replace %Z length modifier with %z.