Skip to content

Commit 67ae00f

Browse files
authored
Merge pull request github#2019 from zlaski-semmle/zlaski/what-buffer-function
Rename references to `BufferFunction` with `ArrayFunction`
2 parents 0e432c2 + a6d619c commit 67ae00f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cpp/ql/src/semmle/code/cpp/models/interfaces/ArrayFunction.qll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/**
22
* Provides an abstract class for accurate modeling of input and output buffers
33
* in library functions when source code is not available. To use this QL
4-
* library, create a QL class extending `BufferFunction` with a characteristic
4+
* library, create a QL class extending `ArrayFunction` with a characteristic
55
* predicate that selects the function or set of functions you are trying to
6-
* model. Within that class, override the predicates provided by `BufferFunction`
6+
* model. Within that class, override the predicates provided by `ArrayFunction`
77
* to match the flow within that function. Finally, add a private import
8-
* statement to `CustomModels.qll`
8+
* statement to `Models.qll`
99
*/
1010

1111
import semmle.code.cpp.Function

0 commit comments

Comments
 (0)