Subject: Re: minor tweak to kern_kthread.c To: None <tech-kern@netbsd.org> From: Guenther Grau <Guenther.Grau@bk.bosch.de> List: tech-kern Date: 04/09/1999 10:14:59
"Erik E. Fair" wrote:
>
> Is there any code which expects that string to be null terminated?
>
Does that make a difference? :-)
In the cases he showed he was clearly copying
strings, so I see nothing wrong with strncpy.
Guenther