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.
ClearSanitizer
1 parent eec2aa8 commit 68929d1Copy full SHA for 68929d1
go/ql/lib/semmle/go/dataflow/internal/TaintTrackingUtil.qll
@@ -423,7 +423,7 @@ private class ClearSanitizer extends DefaultTaintSanitizer {
423
arg = call.getAnArgument() and
424
arg = var.getAUse() and
425
arg != this and
426
- this.getBasicBlock().(ReachableBasicBlock).dominates(this.getBasicBlock())
+ arg.getBasicBlock().(ReachableBasicBlock).dominates(this.getBasicBlock())
427
)
428
}
429
0 commit comments