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.5 als het versienummer. De lijst met veranderingen ziet er als volgt uit:
Version 0.88.5:Version 0.88.4:
- libclamav/rebuildpe.c: fix possible heap overflow [IDEF1597]
- libclamav/chmunpack.c: fix possible crash [IDEF1736]
- freshclam/manager.c: "Cache-Control: no-cache" is now disabled by default. If you're behind a broken proxy you can recompile freshclam with --enable-no-cache.
Version 0.88.3:
- libclamav/upx.c: fix possible heap overflow.
See http://www.clamav.net/security/0.88.4.html for details.- libclamav/tnef.c: handle trailing newline at the end of winmail.dat, bug reported by Menno Smits
- freshclam/manager.c: fix possible infinite loop when read() fails in get_database(), spotted by Everton da Silva Marques
Version 0.88.2:
- libclamav/matcher-ac.c: fix possible false matches of alternatives. Problem reported by Nicolas Riendeau
- libclamav: Large binhex files were not being handled gracefully. Tidied the handling code. Note that large binhex are not currently decoded. Bug reported by Luca
- libclamav/scanners.c: fix zero allocation warning reported by Sergey Svishchev
- freshclam/manager.c: fix possible buffer overflow. Reported by Ulf Harnhammar and Peter.
See http://www.clamav.net/security/0.88.2.html for details.- libclamav/zziplib/zzip-zip.c: add missing #include "others.h". Patch by Alex Deiter
- fix other implicit function declarations. Thanks to Paul Fisher, Ludwig Nussel and Stephen Gran
- shared/cfgparser.c: don't use CL_FULLSTR for file directives. Requested by Tomasz Papszun and others
- libclamav/mbox.c: fix compilation error on CYGWIN
- clamav-milter: Ensure that the quarantine location reported in notifications is correct. Patch by Simon Munton