hazelcast / hazelcast/hazelcast-cpp-client

Unix system calls return values check

Open
#61 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.