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
/src/mongo/db/catalog_raii.h:491: UNINIT_CTOR 135887 Class member declaration for "_acquisition".
/src/mongo/db/catalog_raii.cpp:601: UNINIT_CTOR 135887 Non-static class member "_acquisition" is not initialized in this constructor nor in any functions that it calls.
- is related to
-
SERVER-73766 Implement a ScopedLocalCatalogWriter utility
- Closed