Skip to content

Commit f9987cf

Browse files
committed
C++: Update QLDoc comment.
1 parent 8646d5c commit f9987cf

File tree

1 file changed

+2
-2
lines changed
  • cpp/ql/src/semmle/code/cpp/models/implementations

1 file changed

+2
-2
lines changed

cpp/ql/src/semmle/code/cpp/models/implementations/Memcpy.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ import semmle.code.cpp.models.interfaces.SideEffect
1010
import semmle.code.cpp.models.interfaces.Taint
1111

1212
/**
13-
* The standard functions `memcpy` and `memmove`, and the gcc variant
14-
* `__builtin___memcpy_chk`
13+
* The standard functions `memcpy`, `memmove` and `bcopy`; and the gcc variant
14+
* `__builtin___memcpy_chk`.
1515
*/
1616
class MemcpyFunction extends ArrayFunction, DataFlowFunction, SideEffectFunction {
1717
MemcpyFunction() {

0 commit comments

Comments
 (0)