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.
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