Uninitialized pointer field
The pointer field will point to an arbitrary memory location, any attempt to write may cause corruption. A pointer field is not initialized in the constructor
/data/mci/3b34054db808e84e865ea3adc167bb30/bazel_cache/8efb34a963653a257fe76e59a8ff65e9/execroot/_main/src/mongo/db/exec/express/express_plan.h:522: UNINIT_CTOR 155568 Class member declaration for "_collection".
/data/mci/3b34054db808e84e865ea3adc167bb30/bazel_cache/8efb34a963653a257fe76e59a8ff65e9/execroot/_main/src/mongo/db/exec/express/express_plan.h:412: UNINIT_CTOR 155568 Non-static class member "_collection" is not initialized in this constructor nor in any functions that it calls.