Comment 126 for bug 727064

Revision history for this message
In , charlieb-fedora-bugzilla (charlieb-fedora-bugzilla-redhat-bugs) wrote :

(In reply to comment #37)

> DESCRIPTION
> The memcpy() function copies n bytes from memory area src to memory
> area dest. The memory areas should not overlap.

I read that as saying "should". Not "must". memcpy should copy n bytes from memory area src to memory area dest, even if the addresses overlap.