mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
[CPP-370] Minor fix to QHELP file.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<qhelp>
|
||||
<overview>
|
||||
<p>The <code>printf</code> function, related functions like <code>sprintf</code> and <code>fprintf</code>,
|
||||
and other functions built atop <code>vprintf</code> all accept a format string as their first argument.
|
||||
and other functions built atop <code>vprintf</code> all accept a format string as one of their arguments.
|
||||
When such format strings are literal constants, it is easy for the programmer (and static analysis tools)
|
||||
to verify that the format specifiers (such as <code>%s</code> and <code>%02x</code>) in the format string
|
||||
are compatible with the trailing arguments of the function call. When such format strings are not literal
|
||||
|
||||
Reference in New Issue
Block a user