commit | e3b2060bb6a687587500c8d6c74145ef1d320c5c | [log] [tgz] |
---|---|---|
author | Mark Wielaard <mark@klomp.org> | Thu Jun 21 00:54:57 2018 +0200 |
committer | Mark Wielaard <mark@klomp.org> | Mon Jun 25 16:52:27 2018 +0200 |
tree | c2467298de2a7f4b7e6502cef088691f46afce1f | |
parent | dd813335c352adb53972bdc63495650dba0c987f [diff] |
libdw: Handle bogus CU length in dwarf_nextcu. The length field could be so big that it would wrap around the next_offset. We don't really care that length is bogus, but we don't want to use it to calculate the next offset if it is. Found by afl-fuzz. Signed-off-by: Mark Wielaard <mark@klomp.org>