Dereference null return value
If the function actually returns a null value, a null pointer dereference will occur. Return value of function which returns null is dereferenced without checking
/data/mci/9292c3def3822c0dfd66af88847bcc64/bazel_cache/004acac643584f695e6309f72694e5ad/execroot/_main/src/mongo/db/commands/dbcheck_command.cpp:1460: NULL_RETURNS 141608 Assigning: "indexDescriptor" = "nullptr" return value from "findIndexByName".