Skip to content

Commit 97004b7

Browse files
authored
Fix formatting for index entry (#282)
1 parent 778598f commit 97004b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

book.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1577,7 +1577,7 @@ In the previous sections, we have focused on subverting control flow by
15771577
overwriting [control data]{.index}, which are used to change the value of the
15781578
program counter, such as return addresses and function pointers. Since these
15791579
types of attacks are prominent, many mitigations have been designed with the
1580-
goal of maintaining control-flow integrity. [Non-control data attacks]{.index}
1580+
goal of maintaining control-flow integrity. [Non-control data attacks]{.index
15811581
entry="non-control data attacks"}, also known as [data-only attacks]{.index},
15821582
can completely bypass these mitigations, since the data they modify is not the
15831583
control data that these mitigations protect.

0 commit comments

Comments
 (0)