Skip to content

Commit 672d0f1

Browse files
committed
Update a comment
1 parent 90b5432 commit 672d0f1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bolt/include/bolt/Passes/PAuthGadgetScanner.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,7 @@ namespace PAuthGadgetScanner {
203203
// to distinguish intermediate and final results at the type level.
204204
//
205205
// Here is an overview of issue life-cycle:
206-
// * an analysis (SrcSafetyAnalysis at now, DstSafetyAnalysis will be added
207-
// later to support the detection of authentication oracles) computes register
206+
// * an analysis (SrcSafetyAnalysis or DstSafetyAnalysis) computes register
208207
// state for each instruction in the function.
209208
// * for each instruction, it is checked whether it is a gadget of some kind,
210209
// taking the computed state into account. If a gadget is found, its kind

0 commit comments

Comments
 (0)