[libcxx-commits] [libcxx] [libc++] Fix vector sanitization annotations on destruction (PR #121031)

Dominic Chen via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jan 13 11:11:36 PST 2025


ddcc wrote:

Yeah, I should clarify that the relevant sanity checks are currently disabled in the upstream asan runtime. However, we are using an internal asan runtime that does have these sanity checks enabled, and that is where we see the failures.

https://github.com/llvm/llvm-project/pull/121031


More information about the libcxx-commits mailing list