2010-04-01 09:18:54 -04:00
|
|
|
$OpenBSD: patch-libclamav_ole2_extract_c,v 1.9 2010/04/01 13:18:54 sthen Exp $
|
|
|
|
--- libclamav/ole2_extract.c.orig Fri Nov 27 13:21:03 2009
|
|
|
|
+++ libclamav/ole2_extract.c Wed Mar 10 21:28:42 2010
|
|
|
|
@@ -127,7 +127,7 @@ typedef struct property_tag
|
2007-02-28 15:31:08 -05:00
|
|
|
static unsigned char magic_id[] = { 0xd0, 0xcf, 0x11, 0xe0, 0xa1, 0xb1, 0x1a, 0xe1};
|
2005-06-29 06:12:09 -04:00
|
|
|
|
2008-07-08 18:38:12 -04:00
|
|
|
|
|
|
|
-static char *get_property_name2(char *name, int size)
|
|
|
|
+static char *get_property_name2(signed char *name, int size)
|
2005-06-29 06:12:09 -04:00
|
|
|
{
|
|
|
|
int i, j;
|
|
|
|
char *newname;
|