Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
BufferFunction
ArrayFunction
1 parent 0e432c2 commit 7e14e2aCopy full SHA for 7e14e2a
1 file changed
cpp/ql/src/semmle/code/cpp/models/interfaces/ArrayFunction.qll
@@ -1,9 +1,9 @@
1
/**
2
* Provides an abstract class for accurate modeling of input and output buffers
3
* in library functions when source code is not available. To use this QL
4
- * library, create a QL class extending `BufferFunction` with a characteristic
+ * library, create a QL class extending `ArrayFunction` with a characteristic
5
* predicate that selects the function or set of functions you are trying to
6
- * model. Within that class, override the predicates provided by `BufferFunction`
+ * model. Within that class, override the predicates provided by `ArrayFunction`
7
* to match the flow within that function. Finally, add a private import
8
* statement to `CustomModels.qll`
9
*/
0 commit comments