[libcxx-commits] [libcxx] [libc++][hardening] Add a bounds check for `valarray` and `bitset`. (PR #120685)

Konstantin Varlamov via libcxx-commits libcxx-commits at lists.llvm.org
Tue Dec 24 11:03:46 PST 2024


================
@@ -458,7 +458,7 @@ Hardened containers status
       - Partial
       - N/A
     * - ``bitset``
-      - ❌
+      - ✅
----------------
var-const wrote:

I'm still hesitant to list `valarray` as fully hardened given the numerous helper classes -- that would require some investigation!

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


More information about the libcxx-commits mailing list