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

tools: Fix coverity issues #3122

Closed

Commits on Nov 3, 2017

  1. tools: Fix coverity issues

    Summary:
    tools/ldb_cmd.cc:
    310  ignore_unknown_options_ = IsFlagPresent(flags, ARG_IGNORE_UNKNOWN_OPTIONS);
    
    CID 1322798 (facebook#1 of 1): Uninitialized pointer field (UNINIT_CTOR)
    5. uninit_member: Non-static class member db_ttl_ is not initialized in this constructor nor in any functions that it calls.
    311}
    Prashant D committed Nov 3, 2017
    Configuration menu
    Copy the full SHA
    5b21f97 View commit details
    Browse the repository at this point in the history