...
In this non-compliant code example, a type long long
integer is parsed by the printf()
function with just a %d
specifier, possibly resulting in data truncation or misrepresentation when the value is pulled from the argument list.
...
...
In this non-compliant code example, a type long long
integer is parsed by the printf()
function with just a %d
specifier, possibly resulting in data truncation or misrepresentation when the value is pulled from the argument list.
...