[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: MIT discovered issue with gcc



On 2013-11-23 15:18, Robert Baron wrote:
> Second question:
> 
> Doesn't memcpy allow for overlapping memory, but strcpy does not?  Isn't
> this why memcpy is preferred over strcpy?

IIRC memcpy does not, but memmove does.

See: http://linux.die.net/man/3/memcpy


Reply to: