Skip to content

Fix calculation of number of banks in HltPackedDataWriter

Rosen Matev requested to merge rmatev-fix-packeddatawriter into 2017-patches

The effect of the bug was that whenever the data size was an exact multiple of MAX_PAYLOAD_SIZE (the portion that fits in a single bank), an extra zero-length bank was added at the end. This should have no impact on the decoding, apart from adding a few extra bytes.

This fix can wait for the next full stack release.

Merge request reports