From 84714ca3266f98f23f1fc997102d82d3dc8785de Mon Sep 17 00:00:00 2001 From: Koutheir Attouchi Date: Fri, 12 Jul 2024 12:48:17 -0400 Subject: [PATCH] Fix an invalid link --- book.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/book.md b/book.md index 9a554a2..c4dfa08 100644 --- a/book.md +++ b/book.md @@ -1340,9 +1340,8 @@ together. This makes ABI changes undesirable, which is why this proposal aims to minimise them. There are also hardening efforts focusing on C++ codebases. For example, the -["safe libc++" -mode](https://libcxx.llvm.org/UsingLibcxx.html#enabling-the-safe-libc-mode) -enables a number of assertions that aim to catch undefined behaviour in the +[libc++ hardening modes](https://libcxx.llvm.org/Hardening.html) +enable a number of assertions that aim to catch undefined behaviour in the library. The [C++ Buffer Hardening proposal](https://discourse.llvm.org/t/rfc-c-buffer-hardening/65734) aims to extend this library hardening. The proposal will also introduce a programming