Subject: Re: strl{cpy,cat} into libkern To: Noriyuki Soda <soda@sra.co.jp> From: None <itojun@iijlab.net> List: tech-kern Date: 05/15/2003 08:38:21
>Perhaps it may be right thing to completely rewrite strncpy() (not strcpy())
>by strlcpy() (and remove strncpy() from libkern), though.
bzzzt, completely wrong. some code is written assuming that strncpy
does not terminate string.
itojun