-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Fully Compatible
-
ALL
-
Service Arch 2022-10-17
-
None
-
None
-
None
-
None
-
None
-
None
-
None
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/transport/session_workflow.cpp:200: SELF_ASSIGN 133948 No protection against the object assigning to itself.
- is caused by
-
SERVER-69830 Capture metrics for the SessionWorkflow loop
-
- Closed
-