Pattern: Missing check for assignment to self for =
Issue: -
=
should check for assignment to self to ensure that each block of dynamically allocated memory is owned and managed by only one instance of the class.
Pattern: Missing check for assignment to self for =
Issue: -
=
should check for assignment to self to ensure that each block of dynamically allocated memory is owned and managed by only one instance of the class.