Note that DWARFUnit::getAbbreviations() returns nullptr if the abbreviations could not be read, but callers used the returned pointer without checking.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D85738
[llvm-dwarfdump] Avoid crashing if an abbreviation offset is invalid. ClosedPublic Authored by ikudrin on Aug 11 2020, 8:37 AM.
Details Summary Note that DWARFUnit::getAbbreviations() returns nullptr if the abbreviations could not be read, but callers used the returned pointer without checking.
Diff Detail Event TimelineThis revision is now accepted and ready to land.Aug 11 2020, 11:23 AM
Closed by commit rG9ceb192e1416: [llvm-dwarfdump] Avoid crashing if an abbreviation offset is invalid. (authored by ikudrin). · Explain WhyAug 12 2020, 2:02 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 284755 llvm/include/llvm/DebugInfo/DWARF/DWARFUnit.h
llvm/lib/DebugInfo/DWARF/DWARFCompileUnit.cpp
llvm/lib/DebugInfo/DWARF/DWARFDebugInfoEntry.cpp
llvm/lib/DebugInfo/DWARF/DWARFTypeUnit.cpp
llvm/test/tools/llvm-dwarfdump/X86/debug_info_invalid_abbrev_offset.s
llvm/test/tools/llvm-dwarfdump/X86/debug_types_invalid_abbrev_offset.s
|
Would it help if the two files are grouped in one invalid_abbrev_offset.s?