summaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2021-07-03 18:56:54 +0200
committerMark Wielaard <mark@klomp.org>2021-07-03 18:56:54 +0200
commite8b5a5e9d8b8a503755a8a48c23a64a695664270 (patch)
treeed28d373d73be0cd94a167b9af35a9b6ac18f3a9 /src/ChangeLog
parente32782a4fe314ff0cf96039d1142706a1d701587 (diff)
downloadelfutils-e8b5a5e9d8b8a503755a8a48c23a64a695664270.tar.gz
readelf: Fix error message when two attribute names differ in in compare_listptr.
We were printing the second attribute name twice. Print the first and second. Reported-by: Gabriel Valky <gvalky@tachyum.com> Signed-off-by: Mark Wielaard <mark@klomp.org>
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 71599e5d..cfbcfd48 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2021-07-03 Mark Wielaard <mark@klomp.org>
+
+ * readelf.c (compare_listptr): Fix dwarf_attr_name argument.
+
2021-06-18 Mark Wielaard <mark@klomp.org>
* unstrip.c (adjust_relocs): Check gelf_getrel and geld_getrela.