Skip to content

Commit 6c3f064

Browse files
committed
[BOLT][doc] Add two resolutions for CFI
1 parent feeeb52 commit 6c3f064

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bolt/docs/PointerAuthDesign.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ intended audience is BOLT developers. The document is an updated version of the
1010
in assembly, or `OpNegateRAState` in BOLT sources. In this document, I will use
1111
**negate-ra-state** as a shorthand.
1212

13+
Note: there are two resolutions for CFI:
14+
- Call Frame Instruction: individual DWARF instruction, e.g. negate-ra-state
15+
- Control Flow Integrity: a security mechanism, e.g. pointer authentication.
16+
1317
## Introduction
1418

1519
### Pointer Authentication

0 commit comments

Comments
 (0)