MISSING_ASSIGN
Defect 105026 (STATIC_C)
Checker MISSING_ASSIGN (subcategory uncalled)
File: /src/mongo/util/shell_exec.cpp
Parse Warning (no function name available)
/src/mongo/util/shell_exec.cpp, line: 203
Class "mongo::<unnamed>::ProcessStream" owns resources that are freed in its destructor but has no user-written assignment operator.
class ProcessStream {
- is related to
-
SERVER-36614 Add __exec handling to config expansion
- Closed