We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aae8079 commit 705243bCopy full SHA for 705243b
shared/dataflow/codeql/dataflow/internal/DataFlowImpl.qll
@@ -3255,7 +3255,12 @@ module MakeImpl<InputSig Lang> {
3255
then t = nt
3256
else (
3257
compatibleTypes(nt, t0) and
3258
- t = t0
+ // t = t0
3259
+ if inSummaryCtx = true and node instanceof ParamNodeEx
3260
+ then
3261
+ t = nt and
3262
+ compatibleTypes(origT, t)
3263
+ else t = t0
3264
)
3265
3266
else t = t0
0 commit comments