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

Coverity analysis defect 123428: Using a moved object

    • Fully Compatible
    • ALL

      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/query/optimizer/node.cpp:750: USE_AFTER_MOVE 123428 "distribution" is moved (indicated by "std::move(distribution)").
      /src/mongo/db/query/optimizer/node.cpp:752: USE_AFTER_MOVE 123428 "distribution" is used after it has been already moved.

            Assignee:
            gil.alon@mongodb.com Gil Alon
            Reporter:
            xgen-internal-coverity Coverity Collector User
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: