| 123456789101112 |
- Index: src/apprentice.c
- --- src/apprentice.c.orig 2007-01-19 20:54:39 +0100
- +++ src/apprentice.c 2007-03-03 18:03:23 +0100
- @@ -533,6 +533,7 @@
- file_oomem(ms, maxmagic * sizeof(*marray));
- return -1;
- }
- + memset(marray, 0, maxmagic * sizeof(*marray));
- marraycount = 0;
-
- /* print silly verbose header for USG compat. */
|