-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Internal Code
-
Fully Compatible
The implementation of mongo::OID relies on undefined behavior around alignment and aliasing. The makes OID unusable on architectures that require aligned reads/writes, or when building without -fno-strict-aliasing.
- is depended on by
-
SERVER-15211 Make BSON serialization of mongo::OID endian aware
- Closed
- related to
-
SERVER-15382 Port mongo::OID endian fixes to v8-3.25
- Closed
- links to