Dereference of potentially null field
If the field is actually null, then a null pointer dereference will occur. Field, which is statistically checked against null, is dereferenced.
/src/mongo/db/catalog/collection_catalog.cpp:1716: NULL_FIELD 175053 Reading field "collection", which is expected to possibly be "nullptr" in "<anonymous>.collection" (checked 7 out of 8 times).
/src/mongo/db/catalog/collection_catalog.cpp:1720: NULL_FIELD 175053 Attempting to access the managed object of an empty smart pointer "<anonymous>.collection".