Re: [PATCH] libdw: Explicitly check we could decode diridx in dwarf_getsrclines.
On Tue, 2018-06-05 at 23:36 +0200, Mark Wielaard wrote: > It is highly unlikely dwarf_formudata fails because we setup the attribute > ourselves, but better to explicitly mark diridx as bad if it does. Pushed to master.
[PATCH] libdw: Explicitly check we could decode diridx in dwarf_getsrclines.
It is highly unlikely dwarf_formudata fails because we setup the attribute ourselves, but better to explicitly mark diridx as bad if it does. Signed-off-by: Mark Wielaard --- libdw/ChangeLog | 5 + libdw/dwarf_getsrclines.c | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-