In the below code reference, we are deserializing data that's serialized by BufBuilder, which is LittleEndian by default. This caused problem https://jira.mongodb.org/browse/BF-24912 before.
- related to
-
SERVER-65880 BufBuilder shouldn't be used to serialize data that isn't BSON
- Open