]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - gzip/patches/gzip-1.3.5-cve-2006-4337_len.patch
gzip: Update to 1.5.
[people/ms/ipfire-3.x.git] / gzip / patches / gzip-1.3.5-cve-2006-4337_len.patch
CommitLineData
d8f72415
SS
1--- gzip-1.3.5/unlzh.c.len 2006-11-22 09:35:10.000000000 +0100
2+++ gzip-1.3.5/unlzh.c 2006-11-22 09:38:52.000000000 +0100
3@@ -189,7 +189,7 @@
4 }
5 *p = ch;
6 }
7- start[len] = nextcode;
8+ start[len] = start[len] + weight[len];
9 }
10 }
11