[libcxx-commits] [libcxx] [llvm] [libcxx] Remove ASan container overflow checks for SSO strings (PR #194208)

Vitaly Buka via libcxx-commits libcxx-commits at lists.llvm.org
Tue Apr 28 18:03:55 PDT 2026


vitalybuka wrote:

There is another alternative:
We can change Asan API implementation to ignore calls on stack, so they will be NOOP.
Maybe we should to that anyway to other cases.

We will preserve checks for strings which are parts of heap allocated objects.


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


More information about the libcxx-commits mailing list