X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=gcc13.patch;fp=gcc13.patch;h=795e52af99cbe48445047d8dac05fc483cab313a;hb=14e60c35eb4312ee6a90931a4950e99d37763d1c;hp=0000000000000000000000000000000000000000;hpb=645691fb85c9c1cc79408c2a1877522c951bae15;p=packages%2Fxen.git diff --git a/gcc13.patch b/gcc13.patch new file mode 100644 index 0000000..795e52a --- /dev/null +++ b/gcc13.patch @@ -0,0 +1,11 @@ +diff -ur xen-4.16.2.orig/xen/common/bunzip2.c xen-4.16.2/xen/common/bunzip2.c +--- xen-4.16.2.orig/xen/common/bunzip2.c 2022-08-18 13:47:46.000000000 +0200 ++++ xen-4.16.2/xen/common/bunzip2.c 2023-07-20 22:01:47.934242320 +0200 +@@ -223,6 +223,7 @@ + for (j = 0; j < groupCount; j++) { + unsigned char length[MAX_SYMBOLS], temp[MAX_HUFCODE_BITS+1]; + int minLen, maxLen, pp; ++ length[0] = 0; + /* Read Huffman code lengths for each symbol. They're + stored in a way similar to mtf; record a starting + value for the first symbol, and an offset from the