diff options
author | Kevin Enderby <enderby@apple.com> | 2016-10-17 22:09:25 +0000 |
---|---|---|
committer | Kevin Enderby <enderby@apple.com> | 2016-10-17 22:09:25 +0000 |
commit | 2490de06f78f6c93b2963c99b819a8b7933a9c83 (patch) | |
tree | 61cb71e5c28fb28e8b911711912b3084a3af95d9 /llvm/test/Object/Inputs | |
parent | b406388e5fa92ccfd792fbabe42411d28f5ce48a (diff) | |
download | bcm5719-llvm-2490de06f78f6c93b2963c99b819a8b7933a9c83.tar.gz bcm5719-llvm-2490de06f78f6c93b2963c99b819a8b7933a9c83.zip |
Next set of additional error checks for invalid Mach-O files for the
load commands that use the MachO::sub_framework_command,
MachO::sub_umbrella_command, MachO::sub_library_command
and MachO::sub_client_command types but are not used in llvm
libObject code but used in llvm tool code.
This includes the LC_SUB_FRAMEWORK, LC_SUB_UMBRELLA,
LC_SUB_LIBRARY and LC_SUB_CLIENT load commands.
llvm-svn: 284431
Diffstat (limited to 'llvm/test/Object/Inputs')
-rw-r--r-- | llvm/test/Object/Inputs/macho-invalid-subclient-name_toobig | bin | 0 -> 44 bytes |
-rw-r--r-- | llvm/test/Object/Inputs/macho-invalid-subframe-small | bin | 0 -> 44 bytes |
-rw-r--r-- | llvm/test/Object/Inputs/macho-invalid-sublibrary-name_offset-toobig | bin | 0 -> 40 bytes |
-rw-r--r-- | llvm/test/Object/Inputs/macho-invalid-subumbrella-offset-small | bin | 0 -> 40 bytes |
4 files changed, 0 insertions, 0 deletions
diff --git a/llvm/test/Object/Inputs/macho-invalid-subclient-name_toobig b/llvm/test/Object/Inputs/macho-invalid-subclient-name_toobig Binary files differnew file mode 100644 index 00000000000..d0a8ee9eb82 --- /dev/null +++ b/llvm/test/Object/Inputs/macho-invalid-subclient-name_toobig diff --git a/llvm/test/Object/Inputs/macho-invalid-subframe-small b/llvm/test/Object/Inputs/macho-invalid-subframe-small Binary files differnew file mode 100644 index 00000000000..73497f16034 --- /dev/null +++ b/llvm/test/Object/Inputs/macho-invalid-subframe-small diff --git a/llvm/test/Object/Inputs/macho-invalid-sublibrary-name_offset-toobig b/llvm/test/Object/Inputs/macho-invalid-sublibrary-name_offset-toobig Binary files differnew file mode 100644 index 00000000000..95522e60e50 --- /dev/null +++ b/llvm/test/Object/Inputs/macho-invalid-sublibrary-name_offset-toobig diff --git a/llvm/test/Object/Inputs/macho-invalid-subumbrella-offset-small b/llvm/test/Object/Inputs/macho-invalid-subumbrella-offset-small Binary files differnew file mode 100644 index 00000000000..ac022c77cdd --- /dev/null +++ b/llvm/test/Object/Inputs/macho-invalid-subumbrella-offset-small |