We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea9120e commit b375f75Copy full SHA for b375f75
bolt/docs/PacRetDesign.md
@@ -28,7 +28,7 @@ The DW_CFA_AARCH64_negate_ra_state operation negates bit[0] of the RA_SIGN_STATE
28
This bit indicates to the unwinder whether the current return address is signed
29
or not (hence the name). The unwinder uses this information to authenticate the
30
pointer, and remove the Pointer Authentication Code (PAC) bits.
31
-Incorrect placment of negate-ra-state CFIs causes the unwinder to either attempt
+Incorrect placement of negate-ra-state CFIs causes the unwinder to either attempt
32
to authenticate an unsigned pointer (resulting in a segmentation fault), or skip
33
authentication on a signed pointer, which can also cause a fault.
34
0 commit comments