-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Shell
-
Fully Compatible
-
ALL
-
Security 2018-09-24
-
None
-
None
-
None
-
None
-
None
-
None
-
None
A scalar field is not initialized by the constructor
Defect 105001 (STATIC_C)
Checker UNINIT_CTOR (subcategory none)
File: /src/mongo/shell/shell_utils_launcher.cpp
Function mongo::shell_utils::ProgramRunner::ProgramRunner(const mongo::BSONObj &, const mongo::BSONObj &, bool)
/src/mongo/shell/shell_utils_launcher.h, line: 145
Class member declaration for "_pipe".
int _pipe;
/src/mongo/shell/shell_utils_launcher.cpp, line: 384
Non-static class member "_pipe" is not initialized in this constructor nor in any functions that it calls.
}