We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6066cba commit 959531bCopy full SHA for 959531b
docs/security/GuardedMemcpy.md
@@ -12,7 +12,7 @@ So let's see how we detect this with snmalloc.
12
13
## What is `memcpy`?
14
15
-So `memcpy(src, dst, len)` copies `len` bytes from `src` to `dst`.
+So `memcpy(dst, src, len)` copies `len` bytes from `src` to `dst`.
16
For this to be valid, we can check:
17
```
18
if (src is managed by snmalloc)
0 commit comments