Skip to content

Commit 4fdb823

Browse files
committed
try slack=15
1 parent 32c527f commit 4fdb823

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shared/dataflow/codeql/dataflow/internal/DataFlowImpl.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2528,7 +2528,7 @@ module MakeImpl<LocationSig Location, InputSig<Location> Lang> {
25282528
)
25292529
}
25302530

2531-
private int slack() { result = 0 }
2531+
private int slack() { result = 15 }
25322532

25332533
predicate nearShortestDirectReach(PathNodeImpl n) {
25342534
directReach(n) and

0 commit comments

Comments
 (0)