Subject: Re: package menus
To: =?iso-8859-1?Q?Micha=B3_Pasternak?= <michal@pasternak.w.lub.pl>
From: David Laight <david@l8s.co.uk>
List: tech-pkg
Date: 04/09/2003 00:04:07
> later, but for now, try to change all strcpy()'s and strcat()'s into
> strncpy()'s and strncat()'s.

Why?  strncpy() and strncat() do not DTRT...

(As well as not guaranteeing to generate a null terminated string,
they are required to waste time zeroing out the unused part of the
target buffer.)

	David

-- 
David Laight: david@l8s.co.uk