From 51b6388e35e130fd27a3e86dd6956328508c43ca Mon Sep 17 00:00:00 2001 From: Kristof Beyls Date: Wed, 11 Mar 2026 09:31:40 +0000 Subject: [PATCH] Fix formatting for index entry --- book.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book.md b/book.md index acb769e..ca47664 100644 --- a/book.md +++ b/book.md @@ -1577,7 +1577,7 @@ In the previous sections, we have focused on subverting control flow by overwriting [control data]{.index}, which are used to change the value of the program counter, such as return addresses and function pointers. Since these types of attacks are prominent, many mitigations have been designed with the -goal of maintaining control-flow integrity. [Non-control data attacks]{.index} +goal of maintaining control-flow integrity. [Non-control data attacks]{.index entry="non-control data attacks"}, also known as [data-only attacks]{.index}, can completely bypass these mitigations, since the data they modify is not the control data that these mitigations protect.