Skip to content
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
2 changes: 1 addition & 1 deletion book.md
Original file line number Diff line number Diff line change
Expand Up @@ -1246,7 +1246,7 @@ f:
Most backward-edge CFI schemes add checks before executing the return
instruction to verify that the return address hasn't been tampered with.

[Shadow stack]]{.index entry="shadow stack"} approaches store the return address
[Shadow stack]{.index entry="shadow stack"} approaches store the return address
on a second stack. Some shadow stack approaches also store the return address in
the original location in the normal stack. In those, before the return is
executed, it verifies that the return value on both the regular stack and the
Expand Down
Loading