Skip to content

Fix endian reverse in SST+BP

Podhorszki, Norbert requested to merge github/fork/keichi/sst-bp-endian into master

Created by: keichi

This PR fixes a data corruption bug that happens in SST+BP when streaming across machines with different endianness. SstReader bypasses BP3Deserializer if input and output are contiguous memory, but that won't work if the endianness doesn't match.

I've tested the PR on a VM (qemu-ppc64-user) and Fujitsu FX100.

Merge request reports