openbsd-ports/security/clamav/patches/patch-libclamav_vba_extract_c
sthen d66238e14d update clamav to 0.93.3. possible SECURITY. since 0.93:
- fixes DoS with MailFollowURLs (CVE-2008-2713)
- improves handling of PDF, CAB, RTF, OLE2 and HTML files
and includes various bugfixes for 0.93 issues.

"if it works" mbalmer@
2008-07-08 22:38:12 +00:00

13 lines
457 B
Plaintext

$OpenBSD: patch-libclamav_vba_extract_c,v 1.5 2008/07/08 22:38:12 sthen Exp $
--- libclamav/vba_extract.c.orig Tue May 27 05:44:35 2008
+++ libclamav/vba_extract.c Thu Jun 12 17:30:58 2008
@@ -99,7 +99,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;