> Do not know, why this happens (13 :). Just commented out
> this "if (bread" fragment, recompiled, and now this works
> for all tested Worm.SCO.A infected files on this PC.

When I added "|O_BINARY" to this code in mbox.c this 13/14
magic_buffer problem also fix.

#else
        (void)mktemp(filename);
        fd = open(filename, O_WRONLY|O_CREAT|O_EXCL|O_TRUNC|O_BINARY, 0600);
#endif




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users

Reply via email to