aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2020-07-05 00:33:38 +0200
committerMark Wielaard <mark@klomp.org>2020-07-19 14:17:19 +0200
commit49c200b7c7731d1ca12b465c20afa4c1475e671c (patch)
tree23137429e5f8941c9734f8e2256ab4b5f5a0ebf5 /src/ChangeLog
parentf9915d3f1947e6bcf9102329500626bd8e74bdd3 (diff)
downloadplatform_external_elfutils-49c200b7c7731d1ca12b465c20afa4c1475e671c.tar.gz
platform_external_elfutils-49c200b7c7731d1ca12b465c20afa4c1475e671c.tar.bz2
platform_external_elfutils-49c200b7c7731d1ca12b465c20afa4c1475e671c.zip
libdwfl, src: Replace some asserts with proper check or error messages.
library code really shouldn't assert and for utilities a proper error message is better than crashing with an assert. https://sourceware.org/bugzilla/show_bug.cgi?id=26176 Signed-off-by: Mark Wielaard <mark@klomp.org>
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 0129b8bf..f65246f1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
+2020-07-05 Mark Wielaard <mark@klomp.org>
+
+ * stack.c (module_callback): Don't assert if dwfl_module_info fails.
+ * unstrip.c (adjust_relocs): Produce a proper error when HAS
+ section has inconsistent size or entsize.
+ (match_module): Don't assert if dwfl_module_info fails.
+
2020-06-16 Mark Wielaard <mark@klomp.org>
* ar.c (do_oper_extract): Split large if statement. Call fchown