Home / Vulnerability Database / C or C++ : Uncontrolled memory allocation
C/C++
C or C++ : Uncontrolled memory allocation
Classification
CWE
Overview
Using alloca instead of malloc can cause stack overflow. There is no indication that a call to alloca has ended with an error.
References
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++
