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

Re: MIT discovered issue with gcc



On Sat Nov 23, 2013 at 10:18:43, 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?

Nope. There's memmove for overlapping areas.


Reply to: