commit | 678bd05740d53fa90c6def9c4cf57403fb5202c4 | [log] [tgz] |
---|---|---|
author | George Rimar <grimar@accesssoftek.com> | Thu Sep 29 11:10:40 2016 +0000 |
committer | George Rimar <grimar@accesssoftek.com> | Thu Sep 29 11:10:40 2016 +0000 |
tree | 964c20cba1ef6dc0e109b825eaa16366936a3e5c | |
parent | d2778848ef63485876baa7c32b7c199e125dea41 [diff] |
[ELF] - Fixed crash on invalid input. I took the input from https://llvm.org/bugs/show_bug.cgi?id=30540, it was "id_000000,sig_11,src_000000,op_flip1,pos_98" File contains invalid symbol name offset (too large) and lld just crashes, patch fixes the issue. Differential revision: https://reviews.llvm.org/D24970 llvm-svn: 282709