NoSpaceForZeroTerminator


Allocating a buffer using 'malloc' without ensuring that there is always space for the entire string and a zero terminator can cause a buffer overrun.
Checks
Activity
Data
Detects
CWE131