[PATCH] D155110: [memprof] Fix use-after-free in peekBuildIds.

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 12 13:59:36 PDT 2023


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

lgtm but you could also consider collapsing both BuildIds and BuildIdsSet into a single SetVector for conciseness.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D155110



More information about the llvm-commits mailing list