This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5fc0cc8 [EarlyCSE] Allow forwarding a non-invariant load into an inva [...] new f2e0338 Next set of additional error checks for invalid Mach-O files [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Object/MachOObjectFile.cpp | 48 +++++++++++++++------ .../Inputs/macho-invalid-dataincode-bad-size | Bin 0 -> 48 bytes .../macho-invalid-dataincode-dataoff-datasize | Bin 0 -> 44 bytes .../Inputs/macho-invalid-dataincode-more-than-one | Bin 0 -> 60 bytes .../Inputs/macho-invalid-linkopthint-dataoff | Bin 0 -> 44 bytes test/Object/Inputs/macho-invalid-linkopthint-small | Bin 0 -> 44 bytes test/Object/macho-invalid.test | 16 +++++++ 7 files changed, 52 insertions(+), 12 deletions(-) create mode 100644 test/Object/Inputs/macho-invalid-dataincode-bad-size create mode 100644 test/Object/Inputs/macho-invalid-dataincode-dataoff-datasize create mode 100644 test/Object/Inputs/macho-invalid-dataincode-more-than-one create mode 100644 test/Object/Inputs/macho-invalid-linkopthint-dataoff create mode 100644 test/Object/Inputs/macho-invalid-linkopthint-small