[libcxx-commits] [libcxx] [libc++] Simplify vector<bool>::__construct_at_end implementation (PR #119632)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Thu Dec 12 07:23:53 PST 2024


philnik777 wrote:

This looks to me like you're introducing an uninitialized load, and the MSan CI seems to agree with me.

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


More information about the libcxx-commits mailing list