Excited to share our latest post on memory safety! We're tackling spatial safety in our massive C++ codebase by hardening libc++ *by default*. It adds bounds checks to things like std::vector, preventing a fair bit of out-of-bounds vulnerabilities: security.googleblog.com/2024…
2
50
5
250
Replying to @ayper
Does OOB access yield an abort or an unwinding exception?

Nov 16, 2024 · 7:32 AM UTC

1
5
Replying to @kupiakos
Oops, I missed this. OOB accesses terminate the program immediately. See libcxx.llvm.org/Hardening.ht…
1