Re: [PATCH] libdw: dwarf_get_units should handle existing failure to open Dwarf.
On Fri, 2018-06-08 at 20:45 +0200, Mark Wielaard wrote: > The other dwarf unit/cu iterators handle a NULL Dwarf handle as an > existing error and return NULL. Don't crash. Pushed to master.
[PATCH] libdw: dwarf_get_units should handle existing failure to open Dwarf.
The other dwarf unit/cu iterators handle a NULL Dwarf handle as an existing error and return NULL. Don't crash. Signed-off-by: Mark Wielaard --- libdw/ChangeLog | 5 + libdw/dwarf_get_units.c | 4 2 files changed, 9 insertions(+) diff --git a/libdw/ChangeLog b/libdw/ChangeLog i