Details
-
Bug
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
-
Fully Compatible
-
ALL
-
Service arch 2020-12-28
-
50
Description
This is causing a nullptr access here: https://github.com/mongodb/mongo/blob/1e6d0a856a9c9858552cdbdec889be14f4964b61/src/mongo/db/catalog_raii.cpp#L50
The op_msg_fuzzer does not setup the DatabaseHolder in its setup code: https://github.com/mongodb/mongo/blob/1e6d0a856a9c9858552cdbdec889be14f4964b61/src/mongo/db/op_msg_fuzzer.cpp#L64-L93