Warning | ||
---|---|---|
| ||
This section is under construction. |
The formatted IO functions {{ Wiki Markup fprintf()
}}, {{printf()
}}, {{sprintf()
}}, {{snprintf()
}}, {{vfprintf()
}}, {{vprintf()
}}, {{vsprintf()
}}, and {{vsnprintf()
}} convert, format, and print their arguments under control of a _format_ string. According to \ [[ISO/IEC 9899:1999|AA. Bibliography#ISO/IEC 9899-1999|Programming Languages---C]\]
The format is a character string, beginning and ending in its initial shift state, if any. The format is composed of zero or more directives: ordinary characters, which are simply copied to the output stream, and conversion specifications, each of which shall result in the fetching of zero or more arguments.
...
Recommendation | Severity | Likelihood | Remediation Cost | Priority | Level |
---|---|---|---|---|---|
FIO00-C | high | unlikely | medium | P6 | L2 |
Automated Detection
Tool | Version | Checker | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
| ||||||||||||
|
|
|
| ||||||||||||
|
|
|
|
...