You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bolt/test/binary-analysis/AArch64/gs-pacret-autiasp.s
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -218,14 +218,9 @@ f_unreachable_instruction:
218
218
// CHECK-LABEL: GS-PAUTH: Warning: the function has unreachable basic blocks (possibly incomplete CFG) in function f_unreachable_instruction, basic block {{[0-9a-zA-Z.]+}},ataddress
219
219
// CHECK-NEXT: The instruction is {{[0-9a-f]+}}: add x0, x1, x2
220
220
// CHECK-NOT: instructions thatwrite to the affected registers after any authentication are:
221
-
// CHECK-LABEL: GS-PAUTH: non-protected ret found in function f_unreachable_instruction, basic block {{[0-9a-zA-Z.]+}},ataddress
222
-
// CHECK-NEXT: The instruction is {{[0-9a-f]+}}: ret
223
-
// CHECK-NEXT: The 0 instructions thatwrite to the affected registers after any authentication are:
224
221
b 1f
225
222
add x0, x1, x2
226
223
1:
227
-
// "ret" is reported as unprotected, as LR is pessimistically assumed
228
-
// unsafeat"add x0, x1, x2", thus it is unsafeat"ret" as well.
0 commit comments