mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +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) {
|
||||
exists(StepSummary summary |
|
||||
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