[libcxx-commits] [libcxx] [libc++][hardening] Add a bounds check for `valarray` and `bitset`. (PR #120685)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Dec 20 12:01:00 PST 2024
================
@@ -0,0 +1,42 @@
+//===----------------------------------------------------------------------===//
----------------
ldionne wrote:
I think this looks reasonable to me. I don't know that we want to elevate this choice into a policy, but I certainly won't push back on the way you've done it here.
https://github.com/llvm/llvm-project/pull/120685
More information about the libcxx-commits
mailing list