-
Type: Bug
-
Resolution: Fixed
-
Priority: Critical - P2
-
Affects Version/s: bson-1.1.0, bson-1.2.1, bson-2.0.0-beta.2
-
Component/s: BSON
-
None
When the decimal128 feature flag is not enabled, attempting to deserialize from a Document via serde crashes the BSON library if the source Document contains a Decimal128. In the driver, this means that iterating a cursor with a decimal128 in the results will crash a user's application.