Skip to content

Commit a1dc874

Browse files
committed
Shared: Replace a 'count' with a 'strictcount' to prevent a CP when testing on C++.
1 parent ef00655 commit a1dc874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/mad/codeql/mad/modelgenerator/internal/ModelGeneratorImpl.qll

+1-1
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ module MakeModelGenerator<
687687
private DataFlow::ParameterNode parameter;
688688

689689
ContentDataFlowSummaryTargetApi() {
690-
count(string input, string output |
690+
strictcount(string input, string output |
691691
exists(
692692
PropagateContentFlow::AccessPath reads, ReturnNodeExt returnNodeExt,
693693
PropagateContentFlow::AccessPath stores

0 commit comments

Comments
 (0)