The fix is:
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
_______________________________________________ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [EMAIL PROTECTED] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

