File tree Expand file tree Collapse file tree
python/ql/src/experimental/dataflow/internal Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2564,7 +2564,7 @@ private module FlowExploration {
25642564
25652565 private newtype TPartialAccessPath =
25662566 TPartialNil ( DataFlowType t ) or
2567- TPartialCons ( TypedContent tc , int len ) { len in [ 1 .. 5 ] }
2567+ TPartialCons ( TypedContent tc , int len ) { len in [ 1 .. accessPathLimit ( ) ] }
25682568
25692569 /**
25702570 * Conceptually a list of `TypedContent`s followed by a `Type`, but only the first
Original file line number Diff line number Diff line change @@ -2564,7 +2564,7 @@ private module FlowExploration {
25642564
25652565 private newtype TPartialAccessPath =
25662566 TPartialNil ( DataFlowType t ) or
2567- TPartialCons ( TypedContent tc , int len ) { len in [ 1 .. 5 ] }
2567+ TPartialCons ( TypedContent tc , int len ) { len in [ 1 .. accessPathLimit ( ) ] }
25682568
25692569 /**
25702570 * Conceptually a list of `TypedContent`s followed by a `Type`, but only the first
You can’t perform that action at this time.
0 commit comments