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 834154e commit 05e8765Copy full SHA for 05e8765
bolt/include/bolt/Passes/PAuthGadgetScanner.h
@@ -201,8 +201,7 @@ namespace PAuthGadgetScanner {
201
// to distinguish intermediate and final results at the type level.
202
//
203
// Here is an overview of issue life-cycle:
204
-// * an analysis (SrcSafetyAnalysis at now, DstSafetyAnalysis will be added
205
-// later to support the detection of authentication oracles) computes register
+// * an analysis (SrcSafetyAnalysis or DstSafetyAnalysis) computes register
206
// state for each instruction in the function.
207
// * for each instruction, it is checked whether it is a gadget of some kind,
208
// taking the computed state into account. If a gadget is found, its kind
0 commit comments