Skip to content

[TrigSteer+TrigEvent] Fix uninitialised variables

Fix some uninitialised variables.

Most weren't accessed in the uninitialised state, which is bug-prone but not a bug yet.
Some already had a possibility to be accessed uninitialised, which is a bug.

Merge request reports