[libcxx-commits] [libcxx] [libc++][hardening] Check bounds on arithmetic in __bounded_iter (PR #78876)
David Benjamin via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Feb 9 12:41:10 PST 2024
================
@@ -20,77 +20,156 @@ struct Foo {
int x;
};
+template <typename Iter>
----------------
davidben wrote:
Done
https://github.com/llvm/llvm-project/pull/78876
More information about the libcxx-commits
mailing list