Skip to content

check errno on return from functions where it may be set #8

@llfw

Description

@llfw

libnv's error handling is rather inconsistent, but in some cases, functions that return void can indicate an error by setting errno before returning. we should check for this by setting errno = 0 before calling them.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions