Re: [Clamav-devel] [PATCH] performance/correctness/size fix for isnumb()

2005-04-15 Thread Nigel Horne
> for(i=0; i Not a problem in current code (it is never called on > more than LINE_LENGTH (1024) bytes, thus touches 'only' 500 Kbytes at > most), but it is not a good practice anyway. Especially since we don't need > strlen() here _at all_. I talked about this in a recent posting to other team me

[Clamav-devel] [PATCH] performance/correctness/size fix for isnumb()

2005-04-15 Thread Denis Vlasenko
Correctness first: # man isdigit ISALPHA(3) Linux Programmer's Manual ISALPHA(3) NAME isalnum, isalpha, isascii, isblank, iscntrl, isdigit, isgraph, islower, isprint, ispunct, isspace, isupper, isxdigit - character classification routines SYNOPSIS

[Clamav-devel] Re: without-user,group

2005-04-15 Thread Denis Vlasenko
On Friday 15 April 2005 14:21, Tomasz Kojm wrote: > On Fri, 15 Apr 2005 13:58:05 +0300 > Denis Vlasenko <[EMAIL PROTECTED]> wrote: > > > Hello. > > > > I wanted to compile clamav so that it does not change it's user > > identity, so I supplied --without-user --without-group to configure. > > > >