This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1341f74 [ARM] Add newline char to test. new 2bbde38 [Object/ELF] - Do not crash if string table sh_size is equal [...] new 464f0d7 [Object/ELF] - Do not allow overflow when checking section si [...] new 5e7dda5 [Object/ELF] - Fixed behavior when SectionHeaderTable->sh_siz [...]
The 3 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: include/llvm/Object/ELF.h | 11 ++++++++++- .../Inputs/invalid-section-size2.elf} | Bin 1024 -> 938 bytes test/Object/Inputs/invalid-sections-num.elf | Bin 0 -> 528 bytes test/Object/Inputs/invalid-strtab-zero-size.elf | Bin 0 -> 494 bytes test/Object/invalid.test | 8 ++++++++ 5 files changed, 18 insertions(+), 1 deletion(-) copy test/{tools/llvm-readobj/Inputs/nop.exe.coff-x86-64 => Object/Inputs/invalid- [...] create mode 100644 test/Object/Inputs/invalid-sections-num.elf create mode 100644 test/Object/Inputs/invalid-strtab-zero-size.elf