Home / Vulnerability Database / C or C++ : Dead store
C/C++

C or C++ : Dead store

Classification

Overview

A local variable is assigned a value but is not read by any subsequent instruction. Dead stores waste processor time and memory and may indicate significant logic errors.

LOW

DerScanner Severity Score

Do you want to fix C or C++ : Dead store in your application?

See also

C/C++

C or C++ : Use after free

C/C++

C or C++ : va_list uninitialized

C/C++

C or C++ : Hardcoded salt