Overview
System Model
SecLan Model
CodeQL
UnterminatedVarargsCall
Calling a variadic function without a sentinel value may result in a buffer overflow if the function expects a specific value to terminate the argument list.
Checks
ControlFlow
Activity
Data
Detects
CWE121