openbsd-ports/security/clamav/patches/patch-libclamav_vba_extract_c
mbalmer fa0e2fef8f Update ClamAV to version 0.93, which fixes mostly security problems, at
least one highly critical (remote). See http://secunia.com/advisories/29000
for details.

Thanks to kurt@ for helping analyzing the threaded code issues.
2008-04-16 19:46:01 +00:00

13 lines
462 B
Plaintext

$OpenBSD: patch-libclamav_vba_extract_c,v 1.4 2008/04/16 19:46:02 mbalmer Exp $
--- libclamav/vba_extract.c.orig Wed Apr 2 22:17:28 2008
+++ libclamav/vba_extract.c Mon Apr 14 18:47:15 2008
@@ -115,7 +115,7 @@ vba_endian_convert_32(uint32_t value, int big_endian)
}
static char *
-get_unicode_name(const char *name, int size, int big_endian)
+get_unicode_name(const signed char *name, int size, int big_endian)
{
int i, increment;
char *newname, *ret;