summaryrefslogtreecommitdiffstats
path: root/llvm/test/Object/macho-invalid.test
Commit message (Expand)AuthorAgeFilesLines
* [MachO] Prevent heap overflow when load command extends past EOFJonas Devlieghere2017-09-131-0/+3
* Fix a typo in an error message for a check of invalid Mach-O files whereKevin Enderby2017-02-071-1/+1
* Change the llvm-obdump(1) behavior with the -macho flag and inappropriate fil...Kevin Enderby2017-01-301-2/+2
* Add support for the new LC_NOTE load command.Kevin Enderby2017-01-191-0/+3
* Add error checking for Mach-O universal files.Kevin Enderby2016-11-281-0/+21
* Add the rest of the additional error checks for invalid Mach-O files whenKevin Enderby2016-11-021-0/+45
* More additional error checks for invalid Mach-O files whenKevin Enderby2016-10-311-0/+6
* Another additional error check for invalid Mach-O files for theKevin Enderby2016-10-271-0/+24
* llvm-objdump: Make some error messages more consistentJustin Bogner2016-10-261-7/+7
* nother additional error check for an invalid Mach-O fileKevin Enderby2016-10-241-0/+3
* Another additional error check for invalid Mach-O files for theKevin Enderby2016-10-201-0/+12
* Next set of additional error checks for invalid Mach-O files for theKevin Enderby2016-10-191-0/+18
* One more additional error check for invalid Mach-O files for aKevin Enderby2016-10-181-0/+3
* Next set of additional error checks for invalid Mach-O files for theKevin Enderby2016-10-181-0/+6
* Next set of additional error checks for invalid Mach-O files for theKevin Enderby2016-10-171-0/+12
* Next set of additional error checks for invalid Mach-O files for theKevin Enderby2016-10-111-0/+6
* Next set of additional error checks for invalid Mach-O files for theKevin Enderby2016-10-041-0/+15
* Next set of additional error checks for invalid Mach-O files for theKevin Enderby2016-09-291-0/+6
* Next set of additional error checks for invalid Mach-O files for theKevin Enderby2016-09-291-0/+6
* Next set of additional error checks for invalid Mach-O files for theKevin Enderby2016-09-281-0/+9
* Next set of additional error checks for invalid Mach-O files for theKevin Enderby2016-09-281-0/+6
* Next set of additional error checks for invalid Mach-O files for theKevin Enderby2016-09-271-0/+9
* Next set of additional error checks for invalid Mach-O files for theKevin Enderby2016-09-261-0/+9
* Next set of additional error checks for invalid Mach-O files for bad LC_UUIDKevin Enderby2016-09-211-0/+6
* Next set of additional error checks for invalid Mach-O files for bad load com...Kevin Enderby2016-09-201-0/+21
* Next set of additional error checks for invalid Mach-O files for bad load com...Kevin Enderby2016-09-131-0/+38
* Next set of additional error checks for invalid Mach-O files for bad load com...Kevin Enderby2016-08-311-0/+16
* Next set of additional error checks for invalid Mach-O files for bad LC_DYSYM...Kevin Enderby2016-08-301-0/+45
* Next set of additional error checks for invalid Mach-O files for bad LC_SYMTA...Kevin Enderby2016-08-261-0/+21
* Next set of additional error checks for invalid Mach-O files.Kevin Enderby2016-08-121-0/+30
* Add the first of what will be a long line of additional error checks for inva...Kevin Enderby2016-08-051-0/+9
* Add checks to the MachOObjectFile() constructor to make sure load commands sizesKevin Enderby2016-07-071-3/+6
* Finish cleaning up most of the error handling in libObject’s MachOUniversal...Kevin Enderby2016-06-281-0/+3
* Change all but the last ErrorOr<...> use for MachOUniversalBinary to Expected...Kevin Enderby2016-06-271-0/+3
* Change llvm-objdump, llvm-nm and llvm-size when reporting an object file errorKevin Enderby2016-05-311-0/+13
* Change llvm-objdump, llvm-nm and llvm-size when reporting an object file errorKevin Enderby2016-05-171-0/+7
* Clean up the specific error message for a malformed Mach-O files with bad seg...Kevin Enderby2016-05-051-4/+8
* Produce another specific error message for a malformed Mach-O file when a loadKevin Enderby2016-05-031-0/+4
* Produce another specific error message for a malformed Mach-O file when a loadKevin Enderby2016-05-031-0/+4
* Thread Expected<...> up from libObject’s getType() for symbols to allow llv...Kevin Enderby2016-05-021-1/+1
* Fix a typo in an error message. Caught by Sean Silva!Kevin Enderby2016-04-211-2/+2
* Thread Expected<...> up from libObject’s getName() for symbols to allow llv...Kevin Enderby2016-04-201-1/+1
* Start to add real error messages for malformed Mach-O files.Kevin Enderby2016-04-131-12/+10
* Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...Kevin Enderby2016-04-061-2/+2
* Fix a crash in running llvm-objdump -t with an invalid Mach-O file alreadyKevin Enderby2016-03-231-0/+3
* Fix identify_magic() to check that a file that starts with MH_MAGIC isKevin Enderby2016-01-261-1/+2
* Update the comments for the macho-invalid-zero-ncmds test and fixKevin Enderby2016-01-261-2/+6
* Fix the code that leads to the incorrect trigger of the report_fatal_error()Kevin Enderby2016-01-221-1/+5
* Fix MachOObjectFile::getSymbolName() to not call report_fatal_error()Kevin Enderby2016-01-221-1/+7
* Fix MachOObjectFile::getSymbolSection() to not call report_fatal_error()Kevin Enderby2016-01-211-2/+8
OpenPOWER on IntegriCloud