Home / Vulnerability Database / C or C++ : Uncontrolled memory allocation
C/C++

C or C++ : Uncontrolled memory allocation

Classification

Overview

Using alloca instead of malloc can cause stack overflow. There is no indication that a call to alloca has ended with an error.

LOW

DerScanner Severity Score

Do you want to fix C or C++ : Uncontrolled memory allocation 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