Skip to content

Commit 2d61b43

Browse files
committed
Update ContentDataFlow
1 parent 05d9e40 commit 2d61b43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/dataflow/codeql/dataflow/internal/ContentDataFlowImpl.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ module MakeImplContentDataFlow<LocationSig Location, InputSig<Location> Lang> {
237237
Node node1, State state1, ContentSet c, Node node2, StoreState state2
238238
) {
239239
exists(boolean preservesValue, int size |
240-
storeSet(node1, c, node2, _, _) and
240+
storeSet(node1, c, node2) and
241241
ContentConfig::isRelevantContent(c) and
242242
state2.decode(size + 1, preservesValue)
243243
|

0 commit comments

Comments
 (0)