Browse code

*** empty log message ***

git-svn-id: file:///var/lib/svn/clamav-devel/trunk/clamav-devel@50 77e5149b-7576-45b1-b177-96237e5ba77b

Tomasz Kojm authored on 2003/09/22 05:02:01
Showing 2 changed files
... ...
@@ -1,3 +1,8 @@
1
+Sun Sep 21 22:00:34 CEST 2003 (tk)
2
+----------------------------------
3
+  * libclamav: unrar: fixed potential infinite loop (thanks to
4
+	       Lars Magne Ingebrigtsen)
5
+
1 6
 Sun Sep 21 21:19:36 CEST 2003 (tk)
2 7
 ----------------------------------
3 8
   * libclamav: increased MAGIC_BUFFER_SIZE to 14 bytes
... ...
@@ -181,7 +181,7 @@ int cli_scanrar(int desc, char **virname, long int *scanned, const struct cl_nod
181 181
 		    free(rar_data_ptr);
182 182
 		    rar_data_ptr = NULL;
183 183
 		}
184
-		continue;
184
+		break;
185 185
 	    }
186 186
 
187 187
 	    if(rar_data_ptr) {