Todd C. Miller wrote:
> On Mon, 26 Oct 2015 11:39:48 -0400, "Ted Unangst" wrote:
> 
> > This improves the cache. Basically, it's kind of like four way
> > associative now, with LRU replacement. Also we can cache nameless
> > entries instead of going back to getpwuid every time.
> 
> Shouldn't those memcpy() be memmove()?

They are part of the same array, but none of the elements should overlap.

Reply via email to