Subject: Re: strl{cpy,cat} into libkern
To: David Laight <david@l8s.co.uk>
From: Noriyuki Soda <soda@sra.co.jp>
List: tech-kern
Date: 05/15/2003 08:32:21
I wrote:
>> But I don't think it's right thing to blindly rewrite str{cpy,cat} to
>> strl{cpy,cat},

>>>>> On Wed, 14 May 2003 22:33:43 +0100, David Laight <david@l8s.co.uk> said:

> OTOH many of the uses of strn{cpy,cat} would be better as strl{cpy,cat},

Yeah, that's right.

> but even they need looking at case by case.

Perhaps it may be right thing to completely rewrite strncpy() (not strcpy())
by strlcpy() (and remove strncpy() from libkern), though.
--
soda