Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Fixing bug in DWARF reader

In Dwarf.java and DwarfReader.java:

Pass correct buffer length to parseDebugInfo() so as to avoid reading
invalid Dwarf tag entry. Fixes out of bounds exception when extracting
the source file list from some Dwarf files.

- Ken


Back to the top