[PATCH] D95158: Use DataExtractor to decode SLEB128 in android_relas.

Rahman Lavaee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 22 09:29:27 PST 2021


rahmanl marked an inline comment as done.
rahmanl added a comment.

Thanks @jhenderson. I added one more check after `uint64_t NumRelocsInGroup = Data.getSLEB128(Cur);` to solve the issue.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D95158/new/

https://reviews.llvm.org/D95158



More information about the llvm-commits mailing list