summaryrefslogtreecommitdiffstats
path: root/llvm/test/Object/invalid.test
Commit message (Expand)AuthorAgeFilesLines
* [llvm-readobj] Improve errors on invalid binarySam Clegg2017-05-101-2/+2
* [ELF] Convert ELF.h to Expected<T>.Davide Italiano2016-11-161-9/+9
* Add error handling to getEntry.Rafael Espindola2016-11-031-0/+3
* replace a report_fatal_error with a ErrorOr.Rafael Espindola2016-11-031-1/+1
* Avoid a report_fatal_error in sections().Rafael Espindola2016-11-021-1/+1
* Don't compute DotShstrtab eagerly.Rafael Espindola2016-11-011-1/+0
* Use the existing std::error_code out parameter.Rafael Espindola2016-11-011-1/+1
* Recommit r285285 - [Object/ELF] - Fixed behavior when SectionHeaderTable->sh_...George Rimar2016-10-311-0/+3
* Revert r285285 "[Object/ELF] - Fixed behavior when SectionHeaderTable->sh_siz...George Rimar2016-10-271-3/+0
* [Object/ELF] - Fixed behavior when SectionHeaderTable->sh_size is too large.George Rimar2016-10-271-0/+3
* [Object/ELF] - Do not allow overflow when checking section size/offset.George Rimar2016-10-271-0/+4
* [Object/ELF] - Do not crash if string table sh_size is equal to zero.George Rimar2016-10-271-0/+1
* [Object/ELF] - Check Header->e_shoff value earlier and do not crash.George Rimar2016-10-171-0/+4
* Recommit r284371 "[Object/ELF] - Check that e_shnum is null when e_shoff is."George Rimar2016-10-171-0/+3
* Revert r284371 "[Object/ELF] - Check that e_shnum is null when e_shoff is."George Rimar2016-10-171-3/+0
* [Object/ELF] - Check that e_shnum is null when e_shoff is.George Rimar2016-10-171-0/+3
* [Object/ELF] - Do not crash on invalid section index.George Rimar2016-10-171-1/+1
* Reverted r283740 [Object/ELF] - Do not crash on invalid Header->e_shoff value.George Rimar2016-10-111-4/+0
* [Object/ELF] - Do not crash on invalid Header->e_shoff value.George Rimar2016-10-101-0/+4
* Centralize sh_entsize checking.Rafael Espindola2016-10-061-1/+1
* Refactor to use getSectionContentsAsArray.Rafael Espindola2016-10-061-2/+2
* [Object/ELF] - Do not crash on invalid sh_offset value of REL[A] section.George Rimar2016-10-041-0/+6
* [Object/ELF] - Avoid possible crash in getExtendedSymbolTableIndex().George Rimar2016-10-041-0/+4
* Change how readobj stores info about dynamic symbols.Rafael Espindola2016-02-171-1/+3
* This reverts commit r260488 and r260489.Rafael Espindola2016-02-161-3/+1
* [readobj] Handle ELF files with no section table or with no program headers.Michael J. Spencer2016-02-111-1/+3
* Report an error if a SHT_SYMTAB_SHNDX section has the wrong size.Rafael Espindola2015-08-241-0/+4
* Refactor duplicated code and check for invalid symbol table size.Rafael Espindola2015-07-231-0/+4
* Improve error message.Rafael Espindola2015-07-021-1/+1
* Return ErrorOr from getSection.Rafael Espindola2015-07-011-1/+1
* Remove Elf_Shdr_Iter. Diagnose files with invalid section header sizes.Rafael Espindola2015-06-301-0/+3
* Add a test of an elf file with an invalid section index.Rafael Espindola2015-06-301-0/+4
* Report an error on invalid sh_entsize.Rafael Espindola2015-06-301-0/+32
* Factor out the checking of string tables.Rafael Espindola2015-06-291-0/+1
* Add a testcase for an invalid file.Rafael Espindola2015-06-291-0/+3
* Convert an assert that can fail into error checking.Rafael Espindola2015-06-291-0/+1
* Improve error handling of getRelocationAddend.Rafael Espindola2015-06-191-0/+2
OpenPOWER on IntegriCloud