Skip to content

Commit f1ead25

Browse files
committed
C++: Trivial merge fixes.
1 parent 33164c8 commit f1ead25

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/TaintTrackingUtil.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ predicate localAdditionalTaintStep(DataFlow::Node nodeFrom, DataFlow::Node nodeT
5252
// models-as-data summarized flow
5353
FlowSummaryImpl::Private::Steps::summaryLocalStep(nodeFrom.(FlowSummaryNode).getSummaryNode(),
5454
nodeTo.(FlowSummaryNode).getSummaryNode(), false)
55+
or
5556
// object->field conflation for content that is a `TaintInheritingContent`.
5657
exists(DataFlow::ContentSet f |
5758
readStep(nodeFrom, f, nodeTo) and

0 commit comments

Comments
 (0)