[PATCH] D109386: Change to use ValueHandle for associated data of GlobalCtors

Reid Kleckner via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 8 19:09:33 PDT 2021


rnk added a comment.

In D109386#2990606 <https://reviews.llvm.org/D109386#2990606>, @wlei wrote:

> Not swift, it seems this use-after-free needs a large program to repro, I tried to simplify it but failed to expose it by small program.

If you use an ASan build to detect the use-after-free, you may be able to CReduce it down automatically.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109386



More information about the cfe-commits mailing list