When faced with
Content-Type: /
clamav will abort with an assertation failed.
Diff against a few days old devel version:
--- message.c~ Sun Sep 14 21:00:00 2003
+++ message.c Wed Sep 24 20:07:36 2003
@@ -150,7 +150,8 @@
const struct mime_map *m;
assert(mess != NULL);
- assert(type != NULL);
+ if(type == NULL)
+ type = "application";
mess->mimeType = NOMIME;
--
(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