This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] libdw: Check DW_AT_sibling attribute offset is after current DIE.


On Mon, 2015-01-05 at 00:09 +0100, Mark Wielaard wrote:
> The sibling attribute should point after this DIE in the CU.
> Otherwise various algorithms might loop or go into infinite recursion
> walking the DIE tree.
> 
> Found by afl-fuzz.
> 
> Signed-off-by: Mark Wielaard <mjw@redhat.com>

I pushed this to master.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]