Re: [PATCH] libdw: Add sanity check to store_implicit_value

2022-05-14 Thread Mark Wielaard
Hi, On Mon, May 09, 2022 at 06:48:58PM +0200, Mark Wielaard wrote: > Don't just skip the block length, but check it is equal to the > op->number that we are going to use as length. Pushed. Cheers, Mark

[PATCH] libdw: Add sanity check to store_implicit_value

2022-05-09 Thread Mark Wielaard
Don't just skip the block length, but check it is equal to the op->number that we are going to use as length. Signed-off-by: Mark Wielaard --- libdw/ChangeLog | 4 libdw/dwarf_getlocation.c | 5 - 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/libdw/ChangeLog b/