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

Coverity analysis defect 122738: Using a moved object

    • Service Arch
    • Fully Compatible
    • ALL
    • v7.0
    • Service Arch 2023-05-29

      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/executor/connection_pool.cpp:523: USE_AFTER_MOVE 122738 "options" is moved (indicated by "std::move(options)").
      /src/mongo/executor/connection_pool.cpp:525: USE_AFTER_MOVE 122738 "options" is used after it has been already moved.

            Assignee:
            george.wangensteen@mongodb.com George Wangensteen
            Reporter:
            xgen-internal-coverity Coverity Collector User
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: