We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8646d5c commit f9987cfCopy full SHA for f9987cf
cpp/ql/src/semmle/code/cpp/models/implementations/Memcpy.qll
@@ -10,8 +10,8 @@ import semmle.code.cpp.models.interfaces.SideEffect
10
import semmle.code.cpp.models.interfaces.Taint
11
12
/**
13
- * The standard functions `memcpy` and `memmove`, and the gcc variant
14
- * `__builtin___memcpy_chk`
+ * The standard functions `memcpy`, `memmove` and `bcopy`; and the gcc variant
+ * `__builtin___memcpy_chk`.
15
*/
16
class MemcpyFunction extends ArrayFunction, DataFlowFunction, SideEffectFunction {
17
MemcpyFunction() {
0 commit comments