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

Coverity analysis defect 127661: Using a moved object

    XMLWordPrintableJSON

Details

    • Fully Compatible
    • ALL
    • QE 2022-10-03

    Description

      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/pipeline/document_source_writer.h:106: USE_AFTER_MOVE 127661 "outputNs" is moved (indicated by "std::move(outputNs)").
      /src/mongo/db/pipeline/document_source_writer.h:108: USE_AFTER_MOVE 127661 "outputNs" is used after it has been already moved.

      Attachments

        Activity

          People

            sebastien.mendez@mongodb.com Sebastien Mendez
            xgen-internal-coverity Coverity Collector User
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: