Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-90438

Coverity analysis defect 155571: Using a moved object

    • Catalog and Routing
    • Fully Compatible
    • ALL
    • v8.0, v7.3, v7.0
    • CAR Team 2024-05-27

      Using a moved object

      Using a moved object may lead to an unexpected/undefined behavior. An object is used after it's moved.
      /src/mongo/db/catalog_raii.cpp:146: USE_AFTER_MOVE 155571 "options" is moved (indicated by "std::move(options)").
      /src/mongo/db/catalog_raii.cpp:153: USE_AFTER_MOVE 155571 "options" is used after it has been already moved.

            Assignee:
            allison.easton@mongodb.com Allison Easton
            Reporter:
            xgen-internal-coverity Coverity Collector User
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: