[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. 99ae9353f6834da0cb73f59f4b32d1f0ae1263fa

Stephen Gran steve at lobefin.net
Thu Sep 4 12:37:09 UTC 2008


The following commit has been merged in the debian/unstable branch:
commit e4e783d9bd90e7b75d6f57da7447d3be1b301b99
Author: Stephen Gran <steve at lobefin.net>
Date:   Thu Sep 4 13:25:56 2008 +0100

    Revert "sync"
    
    This reverts commit 44a768862e5a2e47777d6dbeb77bbf97be3018dd.

diff --git a/ChangeLog b/ChangeLog
index 7ca34d7..5e643be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,3 @@
-Mon Mar 10 19:40:25 CET 2008 (acab)
------------------------------------
-  * libclamav/nsis: unpack broken files too - bb#873
-
 Mon Mar 10 13:54:42 CET 2008 (tk)
 ---------------------------------
   * libclamav/pdf.c: --leave-temps didn't work without --debug (bb#874)
diff --git a/libclamav/nsis/nulsft.c b/libclamav/nsis/nulsft.c
index 299c893..9e2c40d 100644
--- a/libclamav/nsis/nulsft.c
+++ b/libclamav/nsis/nulsft.c
@@ -135,8 +135,7 @@ static void nsis_shutdown(struct nsis_st *n) {
 }
 
 static int nsis_decomp(struct nsis_st *n) {
-  /*  int ret = CL_EFORMAT; */
-  int ret = CL_SUCCESS; /* unpack broken files too - bb#873 */
+  int ret = CL_EFORMAT;
   switch(n->comp) {
   case COMP_BZIP2:
     n->bz.avail_in = n->nsis.avail_in;

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list