Report an error if a SHT_SYMTAB_SHNDX section has the wrong size.
authorRafael Espindola <rafael.espindola@gmail.com>
Mon, 24 Aug 2015 21:09:41 +0000 (21:09 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Mon, 24 Aug 2015 21:09:41 +0000 (21:09 +0000)
commit850ecaba66f1902896b670cc3db24f4f144b70fb
tree8425d4843e14683f5161e8b08bc70a4f31a084da
parent8ccfc118c67f79f20f57077e56b7cbc8c532982c
Report an error if a SHT_SYMTAB_SHNDX section has the wrong size.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@245873 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Object/ELF.h
test/Object/Inputs/invalid-xindex-size.elf [new file with mode: 0644]
test/Object/invalid.test