Home / Vulnerability Database / C or C++ : Explicitly deprecated construct
C/C++

C or C++ : Explicitly deprecated construct

Overview

The construction used is explicitly marked as deprecated.

Frameworks and APIs are constantly being improved. Some language constructions are deprecated and replaced with more functional and secure analogues. It is recommended to replace deprecated constructions with modern analogues.

MEDIUM

DerScanner Severity Score

Do you want to fix C or C++ : Explicitly deprecated construct in your application?

See also

C/C++

C or C++ : Dead store

C/C++

C or C++ : Use after free

C/C++

C or C++ : va_list uninitialized