mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
C++: Re-enable the check.
This commit is contained in:
@@ -921,7 +921,7 @@ class FormatLiteral extends Literal {
|
||||
* format specifiers are present in the format string).
|
||||
*/
|
||||
predicate specsAreKnown() {
|
||||
any()
|
||||
this.getNumConvSpec() = count(int n | exists(this.getNumArgNeeded(n)))
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user