hazelcast / hazelcast/hazelcast-cpp-client
Unix system calls return values check
Open
Priority: Low
Type: Enhancement
- Dominant language
- C++
- Stars
- 91
- Forks
- 54
- Avg merge
- 1d 12m
- Merged PRs (30d)
- 5
Description
There are a number of places in the code where the unix system call return values are not checked during runtime(release build). Depending on debug time assert statements on the return value checks would not be a good choice. These should be handled. E.g.
ConditionVariable.cpp
Mutex.cpp
ServerSocket.cpp
...
Contributor guide
Assessment
This issue has not been assessed yet.