[PATCH] D132493: [Sample Profile Reader] Fix potential integer overflow/infinite loop bug in sample profile reader

Wenlei He via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 23 12:35:09 PDT 2022


wenlei accepted this revision.
wenlei added a comment.
This revision is now accepted and ready to land.

The change makes sense since the fields are actually 64-bit ones. But which one of the loops did you run into issue with? Curious which part is overflowing int32.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132493



More information about the llvm-commits mailing list