[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.95+dfsg-1-6156-g094ec9b

aCaB acab at clamav.net
Sun Apr 4 01:19:41 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit 5d22e28905551a181ea67d8ed7e294a0713f0d92
Author: aCaB <acab at clamav.net>
Date:   Tue Feb 9 20:47:37 2010 +0100

    missing close

diff --git a/clamav-milter/whitelist.c b/clamav-milter/whitelist.c
index 5737ce4..66f43f4 100644
--- a/clamav-milter/whitelist.c
+++ b/clamav-milter/whitelist.c
@@ -185,6 +185,7 @@ int smtpauth_init(const char *r) {
 	regex[rxused] = '$';
 	regex[rxused+1] = '\0';
 	r = regex;
+	fclose(f);
     }
 
     if(cli_regcomp(&authreg, r, REG_ICASE|REG_NOSUB|REG_EXTENDED)) {

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list