When scanning RAR files that wouldn't unpack properly, clamscan would
just infloop. The following fixes this, but might not be the most
optimal fix.
This patch is against the current devel snapshot.
--- scanners.c~ Sun Sep 21 13:54:15 2003
+++ scanners.c Sun Sep 21 17:33:28 2003
@@ -182,7 +182,7 @@
free(rar_data_ptr);
rar_data_ptr = NULL;
}
- continue;
+ break;
}
if(rar_data_ptr) {
--
(domestic pets only, the antidote for overdose, milk.)
[EMAIL PROTECTED] * Lars Magne Ingebrigtsen
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Clamav-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-devel