Clam AntiVirus, zoals het programma voluit heet, is een antivirusprogramma voor Linux en FreeBSD dat zich voornamelijk richt op de integratie in mailservers voor het scannen van de bijlagen. Naast een antivirusdaemon bestaat ClamAV uit een command line scanner en een tool voor het automatisch bijwerken van de virusdefinities via internet. De ontwikkelaars hebben een nieuwe versie uitgebracht die voorzien is van 0.88.1 als het versienummer. De lijst met veranderingen ziet er als volgt uit:
This version fixes a number of minor bugs and provides code updates to improve virus detection.
Bugfixes:
- libclamav/matcher.c: properly handle partial reads in cli_scandesc()
- libclamav/mbox.c: sync with CVS, fixes detection of Worm.Bagle.CT
- freshclam: fix support for LocalIPAddress Patch by Anton Yuzhaninov
- docs/man: multiple manpage typo fixes Patch by A. Costa)
- shared/output.c: properly handle return value of vsnprintf Thanks to Anton Yuzhaninov
- libclamav/htmlnorm.c: fix typo spotted by Gianluigi Tiesi
- sigtool/sigtool.c: fix possible crash in build(), thanks to Sven
- clamd/session.c: remove static timeout (5s) for SESSION Pointed out by Joseph Benden
- libclamav/pe.c: fix possible integer overflow reported by Damian Put Note: only exploitable if file size limit (ArchiveMaxFileSize) disabled
- libclamav/scanners.c: properly report archive unpacking errors Problem spotted by David F. Skoll
- libclamav/others.c: fix possible crash in cli_bitset_test() Reported by David Luyer
- libclamav/zziplib: fix possible crash on FreeBSD Reported by Robert Rebbun
- clamav-milter: fall back if sendfile() fails