| commit | f76b56cb9c711e147ebb0407f153a0c4f38cd644 | [log] [tgz] |
|---|---|---|
| author | Kevin Enderby <enderby@apple.com> | Tue Sep 13 21:42:28 2016 +0000 |
| committer | Kevin Enderby <enderby@apple.com> | Tue Sep 13 21:42:28 2016 +0000 |
| tree | 04c8125834bf84454886e52334c19503fe1f86d7 | |
| parent | 9918cb65736a69a141bba65e33e4a56f313681e4 [diff] |
Next set of additional error checks for invalid Mach-O files for bad load commands that use the Mach::dyld_info_command type for the load commands that are currently use in the MachOObjectFile constructor. This contains the missing checks for LC_DYLD_INFO and LC_DYLD_INFO_ONLY load commands and the fields for the Mach::dyld_info_command type. llvm-svn: 281400