-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Query Integration
-
Fully Compatible
-
ALL
-
200
The LiteParsed::parse() functions for both document_source_rank_fusion and document_source_score_fusion are missing uasserts for the BSONElement spec that gets passed, which leads to failing MONGO_verify(isABSONObj()); when passing non-object elements and ultimately crashes the server.