[PATCH] D25016: [ELF] - Fixed assert fail when symbol table has invalid sh_info value.

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 28 13:05:00 PDT 2016


On 28 September 2016 at 10:34, Rui Ueyama <ruiu at google.com> wrote:
> ruiu added a comment.
>
> Out of curiosity, why do you want to do this? Did you find an object file broken this way?

We just started looking at what would be necessary to make lld a bit
more resistant to broken files. This is really just "don't crash". We
are not trying to avoid early exits or fully verify the input.

Cheers,
Rafael


More information about the llvm-commits mailing list