-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Server Programmability
-
None
-
None
-
None
-
None
-
None
-
None
-
None
It is supposed to be impossible to get invalid BSON into BSONObj and friends (aside from cases in testing where we try to break BSONObj). It would be a programmer error if invalid BSON makes it into BSONObj. We should use the non fatal in production tassert then.