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 f956112 commit e39c115Copy full SHA for e39c115
cpp/ql/src/semmle/code/cpp/models/implementations/Strcpy.qll
@@ -1,3 +1,8 @@
1
+/**
2
+ * Provides implementation classes modelling `strcpy` and various similar
3
+ * functions. See `semmle.code.cpp.models.Models` for usage information.
4
+ */
5
+
6
import semmle.code.cpp.models.interfaces.ArrayFunction
7
import semmle.code.cpp.models.interfaces.DataFlow
8
import semmle.code.cpp.models.interfaces.Taint
0 commit comments