Skip to content

Fix Trd unpacker behavior for corrupted microslices

Pascal Raisig requested to merge praisig/cbmroot:fixTrdUnpacker into master

The mcbm2020 trd unpacker crashed when incomplete spadic messages arrived. This was caused by a wrong setter of a bool. Which forced the unpacker to try to sort the raw message output, eventhough it was not there. This is corrected by adjusting the setter.

Merge request reports