Skip to content

TrigmuComb: Fix bad downcasts.

The result of extrapolate() is a TrackParameters*, and is not necessarily a Perigee*. Hard-casting it to one can lead to heap corruption when the object is freed.

See ATR-22606.

Merge request reports