Fix t_class_param type invalid array access (#7615 repair) (#7653) (#7693)

This commit is contained in:
Kamil Danecki
2026-06-02 09:01:05 -04:00
committed by GitHub
parent c079aa0b17
commit 802efd579a
2 changed files with 17 additions and 1 deletions
-1
View File
@@ -1924,7 +1924,6 @@ class ParamProcessor final {
classRefDType->addParamsp(newPinp);
}
// Update local tracking so future dependent defaults can find it
pinsByIndex.resize(paramIdx + 1, nullptr);
pinsByIndex[paramIdx] = newPinp;
if (!paramsp) paramsp = newPinp;
}