mirror of
https://github.com/github/codeql.git
synced 2026-05-02 04:05:14 +02:00
use strictconcat instead of concat
This commit is contained in:
@@ -1557,7 +1557,7 @@ private string getConcatenatedString(Expr add) {
|
||||
exists(getConstantString(leaf))
|
||||
) and
|
||||
result =
|
||||
concat(Expr leaf |
|
||||
strictconcat(Expr leaf |
|
||||
leaf = getAnAddOperand*(add)
|
||||
|
|
||||
getConstantString(leaf) order by leaf.getFirstToken().getIndex()
|
||||
|
||||
Reference in New Issue
Block a user