Hi
I previously reported a bug in freshclam/manager.c at line 362. My fix
was incorrect and the problem is also at line 460.
Both lines 362 and 460 need to be changed from:
char* buf = mmalloc(strlen(user)*2+4);
to:
char *buf = mmalloc((strlen(user) + strlen(pass)) * 2 + 3);
Doug Hardie wrote:
I have been running with devel-20040209 for a week or so since 0.65
didn't meet my needs. The development version does. However, 0.66 has
now been released. Is it based on 0.65 or the development branch?
The development branch. It should be like 20040211. Remember though tha
On Sun, 15 Feb 2004 20:07:59 +1100
Bill Maidment <[EMAIL PROTECTED]> wrote:
> Hi
>
> I previously reported a bug in freshclam/manager.c at line 362. My fix
>
> was incorrect and the problem is also at line 460.
>
> Both lines 362 and 460 need to be changed from:
> char* buf = mmallo
I've just started using clamav, integrated with SendMail using
clamav-milter. It's picked up a few MyDooms and it correctly identifies
the test file. It isn't, however, identifying the files test2.zip or
test1.bz2. Should it identify infected files from attached archives?
Dan O'Brien
__
On Sat, Feb 14, 2004 at 12:46:00PM +0400, Antony DORUS said:
> Hello,
>
> I am trying to install the gmp correctly. And I get an error message
> saying that the aclocal is not found (in order to run it on aclocal.m4
> file). Can somebody please tell me how to get this fixed?
aclocal is part of
Running clamav and clamav-milter on linux:
ClamAV version devel-20040210, clamav-milter version 0.66m
We're having lots of mails out and in from server everyday but we're
not really able to trust clamd because it quits randomly.
clamd.log says:
Thu Feb 12 13:16:46 2004 -> Session 1 stopped due to
Tomasz
I'm still coming to grips with C, but I was wondering why the CVS has:
char *buf = mmalloc((strlen(user) + strlen(pass)) * 2 + 4);
=
in lines 362 and 460 of freshclam/manager.c
I calculated that it should be + 3 based on 2 bytes for th
On Sunday 15 Feb 2004 9:47 pm, Patrik wrote:
Thu Feb 12 13:37:30 2004 -> Segmentation fault :-( Bye..
It doesnt start itself again and the mail doesnt leave or arrive from/to
server.
> At this time clamav-milter also quits.
With what message? If clamd dies, clamav-milter will, depending
on wheth
how about if I am not install GMP ?, must i install gmp ? what's the impact
if i'm not install it ?
Peter Bonivart wrote:
> Mário Luis Ghoneim wrote:
>> What does it means?
>
> It means it can't check the digital signatures. It downloads the
> updates anyway but you can't be sure they have not bee
I am occasionally receiving a number of the following entries in
/var/log/messages:
Feb 15 19:14:18 <1.4> zoon clamav-milter: ClamAv: private data not NULL
Shortly after they start, some threads start returning an error to
sendmail. Some time after that all the threads are returning an error.
I had this exact same problem when a filter was interfering with
freshclam's virus def downloads. Seems Dansguardian content filter sees
the virus definition files as threatening. When adding the ip of the
freshclam-er, downloads went fine. IMO, the error message is a little
too vague to qui
eb 15 22:19:39 mail2 amavis[2913]: (02913-03) INFECTED
(Trojan.MiniCommander.dr), <[EMAIL PROTECTED]> ->
<[EMAIL PROTECTED]>, quarantine
virus-20040215-221937-02913-03, Message-ID:
<[EMAIL PROTECTED]>, Hits: -
So I ran clamscan against the core dump, and sure
After compiling 0.67, the segfault has gone away. After I wiped the
egg off my face, I felt much better.
Kudos to the ClamAV project team once again! :)
---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & We
[snip]
cd . && \
/bin/sh
/data/src/clamav/clamav-auto-build/clamav-devel-20040215/missing --run
automake-1.6 --gnu Makefile
aclocal.m4:4200: version mismatch. This is Automake 1.6.3, but aclocal.m4
aclocal.m4:4200: was generated for Automake 1.6.1. You should recreate
aclocal
14 matches
Mail list logo