Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-7222

Coverity analysis defect 117628: Missing copy constructor

    • Type: Icon: Bug Bug
    • Resolution: Won't Fix
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Storage - Ra 2021-04-05

      Missing copy constructor

      This class, which frees resources in its destructor, does not have a user-written copy constructor. If it is copy-constructed, this may cause use-after-free errors. Class that owns resources lacks a user-written copy constructor
      /test/cppsuite/test_harness/test_harness.h:14: MISSING_COPY 117628 Class "test_harness::test" owns resources that are freed in its destructor but has no user-written copy constructor.

            Assignee:
            backlog-server-storage-engines [DO NOT USE] Backlog - Storage Engines Team
            Reporter:
            xgen-internal-coverity Coverity Collector User
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: