Skip to content

Commit 13a7d9a

Browse files
authored
Merge pull request #16528 from geoffw0/docfix2
C++: Update an instance of the name 'Semmle' in a doc page.
2 parents c483a4b + 0ba3cd9 commit 13a7d9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/Likely Bugs/Format/NonConstantFormat.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ in the previous example, one solution is to make the log message a trailing argu
4242
<p>An alternative solution is to allow <code>log_with_timestamp</code> to accept format arguments:</p>
4343
<sample src="NonConstantFormat-2-good.c" />
4444
<p>In this formulation, the non-constant format string to <code>printf</code> has been replaced with
45-
a non-constant format string to <code>vprintf</code>. Semmle will no longer consider the body of
45+
a non-constant format string to <code>vprintf</code>. The analysis will no longer consider the body of
4646
<code>log_with_timestamp</code> to be a problem, and will instead check that every call to
4747
<code>log_with_timestamp</code> passes a constant format string.</p>
4848

0 commit comments

Comments
 (0)