]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
libdw: Fix overflow in read_encoded_value for the DW_EH_PE_indirect case.
authorMark Wielaard <mjw@redhat.com>
Wed, 27 May 2015 12:05:15 +0000 (14:05 +0200)
committerMark Wielaard <mjw@redhat.com>
Fri, 5 Jun 2015 12:35:41 +0000 (14:35 +0200)
If we are going to dereference a pointer there should be at least enough
data to hold a pointer. Found by afl-fuzz.

Signed-off-by: Mark Wielaard <mjw@redhat.com>

No differences found