We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 778598f commit 97004b7Copy full SHA for 97004b7
1 file changed
book.md
@@ -1577,7 +1577,7 @@ In the previous sections, we have focused on subverting control flow by
1577
overwriting [control data]{.index}, which are used to change the value of the
1578
program counter, such as return addresses and function pointers. Since these
1579
types of attacks are prominent, many mitigations have been designed with the
1580
-goal of maintaining control-flow integrity. [Non-control data attacks]{.index}
+goal of maintaining control-flow integrity. [Non-control data attacks]{.index
1581
entry="non-control data attacks"}, also known as [data-only attacks]{.index},
1582
can completely bypass these mitigations, since the data they modify is not the
1583
control data that these mitigations protect.
0 commit comments