We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c01254 commit 9eb5b23Copy full SHA for 9eb5b23
cpp/ql/src/Critical/IncorrectCheckScanf.ql
@@ -1,6 +1,6 @@
1
/**
2
* @name Incorrect return-value check for a 'scanf'-like function
3
- * @description Failing to account for EOF in a call to a scanf-like function can lead to
+ * @description Failing to account for EOF in a call to a scanf-like function can lead to
4
* undefined behavior.
5
* @kind problem
6
* @problem.severity warning
0 commit comments