Skip to content

Commit e83f5b3

Browse files
authored
Merge pull request #16 from kevinbackhouse/FizzDemoTypo
Fix typo in comment
2 parents 7ba3fe1 + ef20634 commit e83f5b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ql_demos/cpp/Facebook_Fizz_CVE-2019-3560/FizzOverflow.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class Cfg extends TaintTracking::Configuration {
3535
.getFunctionSymbol() instanceof EndianConvert
3636
}
3737

38-
/** Hold if `sink` is a narrowing conversion. */
38+
/** Holds if `sink` is a narrowing conversion. */
3939
override predicate isSink(DataFlow::Node sink) {
4040
sink.asInstruction().getResultSize() < sink
4141
.asInstruction()

0 commit comments

Comments
 (0)