[PATCH] D25368: [Object/ELF] - Do not crash on invalid Header->e_shoff value.

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 7 07:22:46 PDT 2016


On 7 October 2016 at 10:13, George Rimar <grimar at accesssoftek.com> wrote:
> grimar abandoned this revision.
> grimar added a comment.
>
> gnu archives seems does not like such innovations. I`ll reimplement this to do checks from lld side.

You can check in here, you just have to check Header->e_shoff in isolation.

Cheers,
Rafael


More information about the llvm-commits mailing list