summaryrefslogtreecommitdiff
path: root/test/Object/macho-invalid.test
AgeCommit message (Expand)Author
2017-09-13[MachO] Prevent heap overflow when load command extends past EOFJonas Devlieghere
2017-02-07Fix a typo in an error message for a check of invalid Mach-O files whereKevin Enderby
2017-01-30Change the llvm-obdump(1) behavior with the -macho flag and inappropriate fil...Kevin Enderby
2017-01-19Add support for the new LC_NOTE load command.Kevin Enderby
2016-11-28Add error checking for Mach-O universal files.Kevin Enderby
2016-11-02Add the rest of the additional error checks for invalid Mach-O files whenKevin Enderby
2016-10-31More additional error checks for invalid Mach-O files whenKevin Enderby
2016-10-27Another additional error check for invalid Mach-O files for theKevin Enderby
2016-10-26llvm-objdump: Make some error messages more consistentJustin Bogner
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-17Next set of additional error checks for invalid Mach-O files for theKevin Enderby
2016-10-11Next set of additional error checks for invalid Mach-O files for theKevin Enderby
2016-10-04Next 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-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-13Next set of additional error checks for invalid Mach-O files for bad load com...Kevin Enderby
2016-08-31Next set of additional error checks for invalid Mach-O files for bad load com...Kevin Enderby
2016-08-30Next set of additional error checks for invalid Mach-O files for bad LC_DYSYM...Kevin Enderby
2016-08-26Next set of additional error checks for invalid Mach-O files for bad LC_SYMTA...Kevin Enderby
2016-08-12Next set of additional error checks for invalid Mach-O files.Kevin Enderby
2016-08-05Add the first of what will be a long line of additional error checks for inva...Kevin Enderby
2016-07-07Add checks to the MachOObjectFile() constructor to make sure load commands sizesKevin Enderby
2016-06-28Finish cleaning up most of the error handling in libObject’s MachOUniversal...Kevin Enderby
2016-06-27Change all but the last ErrorOr<...> use for MachOUniversalBinary to Expected...Kevin Enderby
2016-05-31Change llvm-objdump, llvm-nm and llvm-size when reporting an object file errorKevin Enderby
2016-05-17Change llvm-objdump, llvm-nm and llvm-size when reporting an object file errorKevin Enderby
2016-05-05Clean up the specific error message for a malformed Mach-O files with bad seg...Kevin Enderby
2016-05-03Produce another specific error message for a malformed Mach-O file when a loadKevin Enderby
2016-05-03Produce another specific error message for a malformed Mach-O file when a loadKevin Enderby
2016-05-02Thread Expected<...> up from libObject’s getType() for symbols to allow llv...Kevin Enderby
2016-04-21Fix a typo in an error message. Caught by Sean Silva!Kevin Enderby
2016-04-20Thread Expected<...> up from libObject’s getName() for symbols to allow llv...Kevin Enderby
2016-04-13Start to add real error messages for malformed Mach-O files.Kevin Enderby
2016-04-06Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...Kevin Enderby
2016-03-23Fix a crash in running llvm-objdump -t with an invalid Mach-O file alreadyKevin Enderby
2016-01-26Fix identify_magic() to check that a file that starts with MH_MAGIC isKevin Enderby
2016-01-26Update the comments for the macho-invalid-zero-ncmds test and fixKevin Enderby
2016-01-22Fix the code that leads to the incorrect trigger of the report_fatal_error()Kevin Enderby
2016-01-22Fix MachOObjectFile::getSymbolName() to not call report_fatal_error()Kevin Enderby
2016-01-21Fix MachOObjectFile::getSymbolSection() to not call report_fatal_error()Kevin Enderby