[PATCH] D34359: [DWARF] Verification of the validity of the hash data offset and hash data DIEs in the the .apple_names section.

Spyridoula Gravani via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 22 11:55:44 PDT 2017


sgravani updated this revision to Diff 103614.
sgravani retitled this revision from "[DWARF] Verification of the validity of the hash data offsets in the .apple_names section." to "[DWARF] Verification of the validity of the hash data offset and hash data DIEs in the the .apple_names section.".
sgravani edited the summary of this revision.
sgravani added a reviewer: friss.
sgravani added a comment.

Added more checks for the validity of the .apple_names section.


https://reviews.llvm.org/D34359

Files:
  include/llvm/BinaryFormat/Dwarf.h
  include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h
  include/llvm/DebugInfo/DWARF/DWARFCompileUnit.h
  include/llvm/DebugInfo/DWARF/DWARFContext.h
  include/llvm/DebugInfo/DWARF/DWARFFormValue.h
  include/llvm/DebugInfo/DWARF/DWARFUnit.h
  include/llvm/DebugInfo/DWARF/DWARFVerifier.h
  include/llvm/Support/DataExtractor.h
  lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp
  lib/DebugInfo/DWARF/DWARFContext.cpp
  lib/DebugInfo/DWARF/DWARFFormValue.cpp
  lib/DebugInfo/DWARF/DWARFVerifier.cpp
  lib/Support/DataExtractor.cpp
  test/tools/llvm-dwarfdump/X86/apple_names_verify_buckets.s
  test/tools/llvm-dwarfdump/X86/apple_names_verify_buckets_hashdataoffset.s
  test/tools/llvm-dwarfdump/X86/apple_names_verify_die.s
  test/tools/llvm-dwarfdump/X86/apple_names_verify_hashdata_start.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34359.103614.patch
Type: text/x-patch
Size: 33177 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170622/4c441fc6/attachment.bin>


More information about the llvm-commits mailing list