Skip to content

AST-1075 Fix UB in OneApplyCal

Mark de Wever requested to merge ast-1075-fix-one-apply-cal into master

The number of elements in the times vector used in the JonesParameters' constructor didn't match the number of elements in the params sent. This causes UB due to accessing elements out of bounds.

Merge request reports