mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
JS: Prevent some bad joins under RTJO.
This commit is contained in:
@@ -138,7 +138,7 @@ class TypeTracker extends TTypeTracker {
|
|||||||
TypeTracker step(DataFlow::SourceNode pred, DataFlow::SourceNode succ) {
|
TypeTracker step(DataFlow::SourceNode pred, DataFlow::SourceNode succ) {
|
||||||
exists(StepSummary summary |
|
exists(StepSummary summary |
|
||||||
StepSummary::step(pred, succ, summary) and
|
StepSummary::step(pred, succ, summary) and
|
||||||
result = this.append(summary)
|
result = pragma[only_bind_out](this).append(summary)
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user