No need for AV tools on Linux, eh?

James McKenzie jjmckenzie51 at earthlink.net
Wed Feb 16 03:49:35 UTC 2011


On 2/14/11 2:58 PM, Joe Zeff wrote:
> On 02/14/2011 01:54 PM, Rick Stevens wrote:
>> You're talking about "strcpy()" (copy until you see the NULL) and
>> "strncpy()" (copy until you see the NULL, but no more than N bytes).
> Yes.  Thank you.  I still remember the two functions, but it's been so
> long since I needed them that I didn't remember their names.
Yep, and it is so easy to fix those problems.  Lazy programmers will 
always use the former, good programmers, the latter.

James McKenzie



More information about the users mailing list