summaryrefslogtreecommitdiff
path: root/test/Object/Inputs
AgeCommit message (Expand)Author
2017-09-13[MachO] Prevent heap overflow when load command extends past EOFJonas Devlieghere
2017-08-23[WebAssembly] Fix overflow for input with missing versionJonas Devlieghere
2017-07-10[WebAssembly] Be consistent in generating trivial test input filesSam Clegg
2017-05-14[COFF] Gracefully handle empty .drectve sectionsShoaib Meenai
2017-03-14Archives require a symbol table on Solaris, even if empty.Rafael Espindola
2017-01-26[obj2yaml] Produce correct output for invalid relocations.Davide Italiano
2017-01-19Add support for the new LC_NOTE load command.Kevin Enderby
2017-01-16[Object] Fixup permissions of input files.Davide Italiano
2017-01-16[llvm-objdump] Dump PT_NOTE as part of -p.Davide Italiano
2017-01-16[llvm-objdump] Dump PT_GNU_RELRO as part of -p.Davide Italiano
2016-12-13Object: Make IRObjectFile own multiple modules and enumerate symbols from all...Peter Collingbourne
2016-12-06[llvm-readobj] - Teach readobj to print PT_OPENBSD_BOOTDATA headerGeorge Rimar
2016-11-28Add error checking for Mach-O universal files.Kevin Enderby
2016-11-03Add error handling to getEntry.Rafael Espindola
2016-11-02Add the rest of the additional error checks for invalid Mach-O files whenKevin Enderby
2016-11-01Don't compute DotShstrtab eagerly.Rafael Espindola
2016-10-31More additional error checks for invalid Mach-O files whenKevin Enderby
2016-10-31Recommit r285285 - [Object/ELF] - Fixed behavior when SectionHeaderTable->sh_...George Rimar
2016-10-27Another additional error check for invalid Mach-O files for theKevin Enderby
2016-10-27Revert r285285 "[Object/ELF] - Fixed behavior when SectionHeaderTable->sh_siz...George Rimar
2016-10-27[Object/ELF] - Fixed behavior when SectionHeaderTable->sh_size is too large.George Rimar
2016-10-27[Object/ELF] - Do not allow overflow when checking section size/offset.George Rimar
2016-10-27[Object/ELF] - Do not crash if string table sh_size is equal to zero.George Rimar
2016-10-24nother additional error check for an invalid Mach-O fileKevin Enderby
2016-10-20Another additional error check for invalid Mach-O files for theKevin Enderby
2016-10-19Next set of additional error checks for invalid Mach-O files for theKevin Enderby
2016-10-18One more additional error check for invalid Mach-O files for aKevin Enderby
2016-10-18Next set of additional error checks for invalid Mach-O files for theKevin Enderby
2016-10-18[llvm-readobj] - Teach readobj to print PT_OPENBSD_RANDOMIZE/PT_OPENBSD_WXNEE...George Rimar
2016-10-17Next set of additional error checks for invalid Mach-O files for theKevin Enderby
2016-10-17[Object/ELF] - Check Header->e_shoff value earlier and do not crash.George Rimar
2016-10-17Recommit r284371 "[Object/ELF] - Check that e_shnum is null when e_shoff is."George Rimar
2016-10-17Revert r284371 "[Object/ELF] - Check that e_shnum is null when e_shoff is."George Rimar
2016-10-17[Object/ELF] - Check that e_shnum is null when e_shoff is.George Rimar
2016-10-17[Object/ELF] - Do not crash on invalid section index.George Rimar
2016-10-11Next set of additional error checks for invalid Mach-O files for theKevin Enderby
2016-10-11Reverted r283740 [Object/ELF] - Do not crash on invalid Header->e_shoff value.George Rimar
2016-10-10[Object/ELF] - Do not crash on invalid Header->e_shoff value.George Rimar
2016-10-04Next set of additional error checks for invalid Mach-O files for theKevin Enderby
2016-10-04[Object/ELF] - Do not crash on invalid sh_offset value of REL[A] section.George Rimar
2016-10-04[Object/ELF] - Avoid possible crash in getExtendedSymbolTableIndex().George Rimar
2016-09-29Next set of additional error checks for invalid Mach-O files for theKevin Enderby
2016-09-29Next set of additional error checks for invalid Mach-O files for theKevin Enderby
2016-09-28Next set of additional error checks for invalid Mach-O files for theKevin Enderby
2016-09-28Next set of additional error checks for invalid Mach-O files for theKevin Enderby
2016-09-27Next set of additional error checks for invalid Mach-O files for theKevin Enderby
2016-09-26Next set of additional error checks for invalid Mach-O files for theKevin Enderby
2016-09-21Next set of additional error checks for invalid Mach-O files for bad LC_UUIDKevin Enderby
2016-09-20Next set of additional error checks for invalid Mach-O files for bad load com...Kevin Enderby
2016-09-14[Stackmap] Added callsite counts to emitted function information.Sanjoy Das