Skip to content

Fix BP3Serializer crash on big-endian machines if Endian_Reverse is enabled

Podhorszki, Norbert requested to merge github/fork/keichi/endian-reverse-be into master

Created by: keichi

BP3Serializer assumes little-endian and crashes with the following error on big-endian machines when compiled with Endian_Reverse=ON.

terminate called after throwing an instance of 'std::bad_alloc'
  what():  std::bad_alloc

Merge request reports