Re: [PATCH] libdw: Check DIE address fall inside the CU before reading abbrev code.

2018-06-09 Thread Mark Wielaard
On Thu, 2018-06-07 at 20:50 +0200, Mark Wielaard wrote: > The afl fuzzer found a case where we tried reading an uleb for the DIE > abbrev code without properly checking the DIE address is inside the CU. Pushed to master.

[PATCH] libdw: Check DIE address fall inside the CU before reading abbrev code.

2018-06-07 Thread Mark Wielaard
The afl fuzzer found a case where we tried reading an uleb for the DIE abbrev code without properly checking the DIE address is inside the CU. Signed-off-by: Mark Wielaard --- libdw/ChangeLog | 4 libdw/libdwP.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/libdw/Ch