Skip to content

Commit

Permalink
Fix an invalid link
Browse files Browse the repository at this point in the history
  • Loading branch information
koutheir authored and kbeyls committed Jul 15, 2024
1 parent 2c5a367 commit a9e58b4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions book.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a9e58b4

Please sign in to comment.