]> git.pld-linux.org Git - packages/xen.git/blob - gcc13.patch
- updated to 4.17.2
[packages/xen.git] / gcc13.patch
1 diff -ur xen-4.16.2.orig/xen/common/bunzip2.c xen-4.16.2/xen/common/bunzip2.c
2 --- xen-4.16.2.orig/xen/common/bunzip2.c        2022-08-18 13:47:46.000000000 +0200
3 +++ xen-4.16.2/xen/common/bunzip2.c     2023-07-20 22:01:47.934242320 +0200
4 @@ -223,6 +223,7 @@
5         for (j = 0; j < groupCount; j++) {
6                 unsigned char length[MAX_SYMBOLS], temp[MAX_HUFCODE_BITS+1];
7                 int     minLen, maxLen, pp;
8 +               length[0] = 0;
9                 /* Read Huffman code lengths for each symbol.  They're
10                    stored in a way similar to mtf; record a starting
11                    value for the first symbol, and an offset from the
This page took 0.038201 seconds and 3 git commands to generate.