Found the problem. We are using HTTPProxy parameters and the user was being corrupted.

In freshclam/manager.c line 362
changed
           char* buf = mmalloc(strlen(user)*2+4);
to
           char* buf = mmalloc(strlen(user)*2+5);
to allow for the \0 to be added.

Cheers
Bill



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users

Reply via email to