]> git.ipfire.org Git - thirdparty/elfutils.git/commit
libdwfl, src: Replace some asserts with proper check or error messages.
authorMark Wielaard <mark@klomp.org>
Sat, 4 Jul 2020 22:33:38 +0000 (00:33 +0200)
committerMark Wielaard <mark@klomp.org>
Sun, 19 Jul 2020 12:17:19 +0000 (14:17 +0200)
commit49c200b7c7731d1ca12b465c20afa4c1475e671c
tree23137429e5f8941c9734f8e2256ab4b5f5a0ebf5
parentf9915d3f1947e6bcf9102329500626bd8e74bdd3
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>
libdwfl/ChangeLog
libdwfl/argp-std.c
libdwfl/dwfl_build_id_find_elf.c
libdwfl/frame_unwind.c
libdwfl/linux-core-attach.c
libdwfl/linux-pid-attach.c
src/ChangeLog
src/stack.c
src/unstrip.c