summaryrefslogtreecommitdiffstats
path: root/llvm/test/Object/macho-invalid.test
Commit message (Expand)AuthorAgeFilesLines
* 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
* [Object, MachO] Don't crash on incomplete MachO segment load commands.Alexey Samsonov2015-06-041-0/+3
* [Object, MachO] Don't crash on invalid MachO segment load commands.Alexey Samsonov2015-06-041-2/+2
* [Object, MachO] Don't crash on invalid MachO load commands.Alexey Samsonov2015-06-041-2/+2
* [Object, MachO] Don't crash on parsing invalid MachO header.Alexey Samsonov2015-06-041-0/+3
* Make test case more readable: move CHECK-lines next to corresponding RUN-lines.Alexey Samsonov2015-06-041-8/+6
* Stop inventing symbol sizes.Rafael Espindola2015-05-221-9/+0
* Detect invalid section indexes when we first read them.Rafael Espindola2015-05-221-6/+2
* Fix edge case when Start overflowed in 32 bit modeFilipe Cabecinhas2015-01-151-1/+1
* Report fatal errors instead of segfaulting/asserting on a few invalid accesse...Filipe Cabecinhas2015-01-151-0/+51
OpenPOWER on IntegriCloud