mirror of
https://github.com/github/codeql.git
synced 2026-04-23 15:55:18 +02:00
Update cpp/ql/lib/semmle/code/cpp/commons/StringConcatenation.qll
Co-authored-by: Geoffrey White <40627776+geoffw0@users.noreply.github.com>
This commit is contained in:
@@ -29,7 +29,7 @@ class StringConcatenation extends Call {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the operands of this concatenation (one of the string operands being
|
||||
* Gets an operand of this concatenation (one of the string operands being
|
||||
* concatenated).
|
||||
* Will not return out param for sprintf-like functions, but will consider the format string
|
||||
* to be part of the operands.
|
||||
|
||||
Reference in New Issue
Block a user