From 9cc57a5165eeb3fbaa04dc5fc5d9aed0d6876c45 Mon Sep 17 00:00:00 2001 From: Gergely Balint Date: Tue, 24 Mar 2026 16:27:37 +0100 Subject: [PATCH] Fix link to shadow stack index entry --- book.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book.md b/book.md index ca47664..82044e8 100644 --- a/book.md +++ b/book.md @@ -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