[PATCH] D25365: [ELF] - Do not crash on invalid local symbol.

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 7 06:34:58 PDT 2016


> May be then we should accept only those which has non-empty name ?

I think you only have to change the SHF_MERGE check to start with

if (!Sec || Sec->....)

Cheers,
Rafael


More information about the llvm-commits mailing list