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: resolve issues reported by coverity #18629

Closed
wants to merge 1 commit into from

Commits on Feb 7, 2018

  1. src: resolve issues reported by coverity

    The specific issues raised by Coverity are:
    
    ** CID 182716:  Control flow issues  (DEADCODE)
    /src/node_file.cc: 1192
    >>> CID 182716:  Control flow issues  (DEADCODE)
    >>> Execution cannot reach this statement:
        "args->GetReturnValue().Set(...".
    
    ** CID 182715:  Uninitialized members  (UNINIT_CTOR)
    /src/node_file.h: 29
    >>> CID 182715:  Uninitialized members  (UNINIT_CTOR)
    >>> Non-static class member "syscall_" is not initialized in this
        constructor nor in any functions that it calls.
    cjihrig committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    7a09219 View commit details
    Browse the repository at this point in the history