From: Mark Wielaard Date: Wed, 27 May 2015 12:05:15 +0000 (+0200) Subject: libdw: Fix overflow in read_encoded_value for the DW_EH_PE_indirect case. X-Git-Tag: elfutils-0.162~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5a47d469b531f5978419e3a33e355d024135cbe0;p=thirdparty%2Felfutils.git libdw: Fix overflow in read_encoded_value for the DW_EH_PE_indirect case. 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 ---