[PATCH] D146412: [NFC] Fix potential use-after-free in DumpModuleInfoAction::ExecuteAction()

Dave Lee via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 24 10:20:53 PDT 2023


kastiglione added a comment.

I understand the potential for a use after free, since `OutputStream` is a raw pointer, but I don't understand the fix.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146412



More information about the cfe-commits mailing list