[PATCH] D111706: [lld-macho] Fix dangling string reference when adding frameworks

Vy Nguyen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 18 10:05:26 PDT 2021


oontvoo added a comment.

In D111706#3070818 <https://reviews.llvm.org/D111706#3070818>, @int3 wrote:

> Also, does ASAN catch the use-after-free in this test? Figured it's worth checking to make sure that we are deterministically catching this error.

It did (tried running the tests with ASAN enabled). - except we had no tests covering this path until now :(


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

https://reviews.llvm.org/D111706



More information about the llvm-commits mailing list