Unsafe assignment operator
This user-written assignment operator does not check for self-assignment. If an object of this type is assigned to itself use-after-free errors may occur if the class owns resources. Assignment operator does not check for self-assignment
/src/mongo/util/concurrency/ticket.h:56: SELF_ASSIGN 122084 No protection against the object assigning to itself.
- is caused by
-
SERVER-63825 Report metrics for read/write queues
- Closed