Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix an invalid link #248

Merged
merged 1 commit into from
Jul 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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