We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90b5432 commit 672d0f1Copy full SHA for 672d0f1
bolt/include/bolt/Passes/PAuthGadgetScanner.h
@@ -203,8 +203,7 @@ namespace PAuthGadgetScanner {
203
// to distinguish intermediate and final results at the type level.
204
//
205
// 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
+// * an analysis (SrcSafetyAnalysis or DstSafetyAnalysis) computes register
208
// state for each instruction in the function.
209
// * for each instruction, it is checked whether it is a gadget of some kind,
210
// taking the computed state into account. If a gadget is found, its kind
0 commit comments