CWE Rule 374
Description
Rule Description
The product sends non-cloned mutable data as an argument to a method or function.
Polyspace Implementation
The rule checker checks for the issue Passing private data members to external functions by non-const reference.
Examples
Check Information
Category: State Issues |