Skip to content

Unix system calls return values check #61

@ihsandemir

Description

@ihsandemir

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
...

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions