Skip to content

TrigConfData+TrigConfStorage: Overflow protection.

Sometimes the int parameter MaxMSqr was recorded in the database with a value of 2^31-1. This causes crashes due to an integer overflow. Protect against this.

Fixes crashes observed in q223.

Merge request reports