Home / Vulnerability Database / C or C++ : Type cast error
C/C++

C or C++ : Type cast error

Overview

Incorrect type cast: a pointer to the larger type is cast to a pointer to the smaller type. This may lead to incorrect behavior of the application. Part of the data stored in the variable will be lost.

MEDIUM

DerScanner Severity Score

Do you want to fix C or C++ : Type cast error 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