Closed jishanshaikh4 closed 3 years ago
Does not check for buffer overflows.
LABEL: Bug SEVERITY: Major SOLUTION: Use sprintf_s, snprintf, or vsnprintf. COMMON WEAKNESS ENUMERATION INDEX: CWE-120
Instances found in the GitHub repository:
The kms.c file is clean, the function allocates the string and limits the size of the number it's formatting into it.
kms.c
While output.c does not follow best practices, there is no bug in it today.
output.c
Does not check for buffer overflows.
LABEL: Bug SEVERITY: Major SOLUTION: Use sprintf_s, snprintf, or vsnprintf. COMMON WEAKNESS ENUMERATION INDEX: CWE-120
Instances found in the GitHub repository: