On May 19, 2015 11:13 AM, "Borislav Petkov" <[email protected]> wrote: > > On Tue, May 19, 2015 at 01:25:59PM -0400, Brian Gerst wrote: > > Using strlcpy in this manner could fail if it does larger than byte > > copies and they overlap. > > Why? > > AFAICT, strlcpy() calls memcpy() and memcpy should handle overlapping > buffers just fine.
Are you thinking of memmove? --Andy -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

