-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Query Execution
-
ALL
-
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:47: CHECKED_RETURN 134025 Calling "remove(this->_pipePath)" without checking return value. This library function may fail and return an error code.
- duplicates
-
SERVER-70970 Check remove() API's return value
-
- Closed
-