You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
321 B
12 lines
321 B
|
20 years ago
|
Index: src/apprentice.c
|
||
|
|
--- src/apprentice.c.orig 2006-03-02 23:08:57.000000000 +0100
|
||
|
|
+++ src/apprentice.c 2006-09-19 13:19:42.234166634 +0200
|
||
|
|
@@ -386,6 +386,7 @@
|
||
|
|
file_oomem(ms);
|
||
|
|
return -1;
|
||
|
|
}
|
||
|
|
+ memset(marray, 0, maxmagic * sizeof(*marray));
|
||
|
|
marraycount = 0;
|
||
|
|
|
||
|
|
/* print silly verbose header for USG compat. */
|