Skip to content

use snprintf instead of sprintf

sprintf does not check for buffer overflows (CWE-120)

Merge request reports