On Wed, 2005-11-16 at 21:41, Brian Bebeau wrote:

> cli_realloc() doesn't fail, so it never breaks out of the loop
> from that.

>From cli_realloc:

    if(!size || size > MAX_ALLOCATION) {
        cli_errmsg("Attempt to allocate %d bytes. Please report to
[EMAIL PROTECTED]", size);
        return NULL;
    }

Looks like a failure to me!

-- 
Nigel Horne. Arranger, Adjudicator, Band Trainer, Composer, Typesetter.
NJH Music, Barnsley, UK.  ICQ#20252325
[EMAIL PROTECTED] http://www.bandsman.co.uk

_______________________________________________
http://lurker.clamav.net/list/clamav-devel.html

Reply via email to