Home / Vulnerability Database / C or C++ : Variable self-assignment
C/C++
C or C++ : Variable self-assignment
Classification
OWASP Mobile Top 10 2016
Overview
A variable is assigned or initialized with the value of itself. This may indicate a logic error or a misprint.
MEDIUM
DerScanner Severity Score
Do you want to fix C or C++ : Variable self-assignment in your application?
See also
C/C++
C or C++ : Dead store
C/C++
C or C++ : Use after free
C/C++
