Skip to content

FletcherChecksum overflow fix and TLB data type guard

Claire Antel requested to merge overflow-fix into master

This affects (1) FletcherChecksum: Fixes the checksum overflow issue for large tracker events. (2) TLBMon/data decoder: Added data type guard in TLBDataFragment and TLBMonitoringFragment so that there is no confusion when using the wrong decoder to decode a TLB data type. Only print out info if valid to the data format.

Merge request reports