[PATCH] D25025: [ELF] - Do not crash on invalid symbol index.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 3 09:50:38 PDT 2016


ruiu accepted this revision.
ruiu added a comment.

LGTM



> InputFiles.h:155
> +    if (SymbolIndex >= SymbolBodies.size())
> +      fatal("invalid symbol index");
>      return *SymbolBodies[SymbolIndex];

Please include the filename.

https://reviews.llvm.org/D25025





More information about the llvm-commits mailing list