-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Fully Compatible
-
ALL
-
Query 2020-09-21
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/exec/sbe/stages/text_match.h:86: UNINIT_CTOR 115738 Class member declaration for "_inValueAccessor".
/src/mongo/db/exec/sbe/stages/text_match.h:57: UNINIT_CTOR 115738 Non-static class member "_inValueAccessor" is not initialized in this constructor nor in any functions that it calls.
- is related to
-
SERVER-49363 Triage Coverity Issues for Query code base
- Closed