Home / Vulnerability Database / C or C++ : Use of non null-terminated string
C/C++
C or C++ : Use of non null-terminated string
Overview
Not null-terminated string is passed to the function that works with strings. Passing such string to the function can result in accessing memory that is outside of the object.
References
LOW
DerScanner Severity Score
Do you want to fix C or C++ : Use of non null-terminated string in your application?
See also
C/C++
C or C++ : Dead store
C/C++
C or C++ : Use after free
C/C++
