Fix parsing decimal zero values. Fixes #6444
[mono.git] / mono / tests / largeexp.cs
index 58e78b0ce228f0a0eb8db0d8e8dfb0739bb0f343..050eaff44883e8e3f7dd89525573f61a572b5db3 100644 (file)
@@ -4,8 +4,8 @@ class Test {
 
        private static int[] crc_lookup=new int[256];
 
-       public byte[] header_base;
-       public int header;
+       public byte[] header_base = new byte [10];
+       public int header = 0;
 
        internal int checksum() {
                uint crc_reg=0;