> > The same problem with the
> > clamscan.exe     383090 17.02.04 06:18
> > from http://clamav.or.id/snapshot/clamav-devel-latest.cygwin.zip
> > it not detects MyDoom (Worm.SCO.A), Sircam and some others viruses.
> > On the WinXP PC with Cygwin installed.

I found, this problem in the clamscan.exe itself.
But clamDscan.exe (via clamd.exe) detects all viruses successfully now.

The only required additional fix - change the file clamdscan/client.c:
line 219:
under cygwin use
            sprintf(file, "%s", opt->filename);
instead of original
            sprintf(file, "%s/%s", cwd, opt->filename);
Because in cygwin getcwd() returns /cygdrive/... confusing clamd.exe





-------------------------------------------------------
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