-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Minor - P4
-
Affects Version/s: None
-
Component/s: Internal Code
-
Query Execution
-
Fully Compatible
-
ALL
-
QE 2022-12-12, QE 2022-12-26
-
None
-
0
-
None
-
None
-
None
-
None
-
None
-
None
Unchecked return value from library
The function returns a value that indicates an error condition. If this is not checked, the error condition may not be handled correctly. Value returned from a library function is not checked for errors before being used. This value may indicate an error condition.
/src/mongo/db/storage/named_pipe_posix.cpp:49: CHECKED_RETURN 134052 Calling "remove(this->_pipeAbsolutePath.c_str())" without checking return value. This library function may fail and return an error code.
- is depended on by
-
SERVER-71696 Coverity analysis defect 134259: Unchecked return value from library
-
- Closed
-
- is duplicated by
-
SERVER-70887 Coverity analysis defect 134025: Unchecked return value from library
-
- Closed
-