Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

src: fix unchecked return warning from coverity #42176

Closed
wants to merge 2 commits into from

Commits on Mar 1, 2022

  1. src: fix unchecked return warning from coverity

    Fix unchecked return warning from coverity in
    src/env.cc. Added check in same manner as other
    places where uv_async_init is called.
    
    Signed-off-by: Michael Dawson <mdawson@devrus.com>
    mhdawson committed Mar 1, 2022
    Copy the full SHA
    2142142 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. squash: add CHECK_EQ to other _init calls

    Signed-off-by: Michael Dawson <mdawson@devrus.com>
    mhdawson committed Mar 2, 2022
    Copy the full SHA
    47371d0 View commit details
    Browse the repository at this point in the history