We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7ba3fe1 + ef20634 commit e83f5b3Copy full SHA for e83f5b3
1 file changed
ql_demos/cpp/Facebook_Fizz_CVE-2019-3560/FizzOverflow.ql
@@ -35,7 +35,7 @@ class Cfg extends TaintTracking::Configuration {
35
.getFunctionSymbol() instanceof EndianConvert
36
}
37
38
- /** Hold if `sink` is a narrowing conversion. */
+ /** Holds if `sink` is a narrowing conversion. */
39
override predicate isSink(DataFlow::Node sink) {
40
sink.asInstruction().getResultSize() < sink
41
.asInstruction()
0 commit comments