aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/Object/macho-invalid.test
AgeCommit message (Expand)AuthorFilesLines
2016-08-31Next set of additional error checks for invalid Mach-O files for bad load com...Kevin Enderby1-0/+16
2016-08-30Next set of additional error checks for invalid Mach-O files for bad LC_DYSYM...Kevin Enderby1-0/+45
2016-08-26Next set of additional error checks for invalid Mach-O files for bad LC_SYMTA...Kevin Enderby1-0/+21
2016-08-12Next set of additional error checks for invalid Mach-O files.Kevin Enderby1-0/+30
2016-08-05Add the first of what will be a long line of additional error checks for inva...Kevin Enderby1-0/+9
2016-07-07Add checks to the MachOObjectFile() constructor to make sure load commands sizesKevin Enderby1-3/+6
2016-06-28Finish cleaning up most of the error handling in libObject’s MachOUniversal...Kevin Enderby1-0/+3
2016-06-27Change all but the last ErrorOr<...> use for MachOUniversalBinary to Expected...Kevin Enderby1-0/+3
2016-05-31Change llvm-objdump, llvm-nm and llvm-size when reporting an object file errorKevin Enderby1-0/+13
2016-05-17Change llvm-objdump, llvm-nm and llvm-size when reporting an object file errorKevin Enderby1-0/+7
2016-05-05Clean up the specific error message for a malformed Mach-O files with bad seg...Kevin Enderby1-4/+8
2016-05-03Produce another specific error message for a malformed Mach-O file when a loadKevin Enderby1-0/+4
2016-05-03Produce another specific error message for a malformed Mach-O file when a loadKevin Enderby1-0/+4
2016-05-02Thread Expected<...> up from libObject’s getType() for symbols to allow llv...Kevin Enderby1-1/+1
2016-04-21Fix a typo in an error message. Caught by Sean Silva!Kevin Enderby1-2/+2
2016-04-20Thread Expected<...> up from libObject’s getName() for symbols to allow llv...Kevin Enderby1-1/+1
2016-04-13Start to add real error messages for malformed Mach-O files.Kevin Enderby1-12/+10
2016-04-06Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...Kevin Enderby1-2/+2
2016-03-23Fix a crash in running llvm-objdump -t with an invalid Mach-O file alreadyKevin Enderby1-0/+3
2016-01-26Fix identify_magic() to check that a file that starts with MH_MAGIC isKevin Enderby1-1/+2
2016-01-26Update the comments for the macho-invalid-zero-ncmds test and fixKevin Enderby1-2/+6
2016-01-22Fix the code that leads to the incorrect trigger of the report_fatal_error()Kevin Enderby1-1/+5
2016-01-22Fix MachOObjectFile::getSymbolName() to not call report_fatal_error()Kevin Enderby1-1/+7
2016-01-21Fix MachOObjectFile::getSymbolSection() to not call report_fatal_error()Kevin Enderby1-2/+8
2015-06-04[Object, MachO] Don't crash on incomplete MachO segment load commands.Alexey Samsonov1-0/+3
2015-06-04[Object, MachO] Don't crash on invalid MachO segment load commands.Alexey Samsonov1-2/+2
2015-06-04[Object, MachO] Don't crash on invalid MachO load commands.Alexey Samsonov1-2/+2
2015-06-04[Object, MachO] Don't crash on parsing invalid MachO header.Alexey Samsonov1-0/+3
2015-06-04Make test case more readable: move CHECK-lines next to corresponding RUN-lines.Alexey Samsonov1-8/+6
2015-05-22Stop inventing symbol sizes.Rafael Espindola1-9/+0
2015-05-22Detect invalid section indexes when we first read them.Rafael Espindola1-6/+2
2015-01-15Fix edge case when Start overflowed in 32 bit modeFilipe Cabecinhas1-1/+1
2015-01-15Report fatal errors instead of segfaulting/asserting on a few invalid accesse...Filipe Cabecinhas1-0/+51