This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from cc2815b Add an empty DBI stream. new 95bcdf3 [ELF] - Do not crash when unable to parse ELF object file. new ec2e56d [ELF] - Do not crash on invalid size of dynamic section.
The 2 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: ELF/Error.cpp | 4 ++++ ELF/Error.h | 1 + ELF/InputFiles.cpp | 10 +++++----- test/ELF/invalid/Inputs/dynamic-section-sh_size.elf | Bin 0 -> 482 bytes test/ELF/invalid/Inputs/too-short.elf | Bin 0 -> 44 bytes test/ELF/invalid/dynamic-section-size.s | 4 ++++ test/ELF/invalid/too-short.s | 5 +++++ 7 files changed, 19 insertions(+), 5 deletions(-) create mode 100644 test/ELF/invalid/Inputs/dynamic-section-sh_size.elf create mode 100644 test/ELF/invalid/Inputs/too-short.elf create mode 100644 test/ELF/invalid/dynamic-section-size.s create mode 100644 test/ELF/invalid/too-short.s