/[packages]/cauldron/gzip/current/SOURCES/gzip-1.3.14-CVE-2009-2624-1.diff
ViewVC logotype

Contents of /cauldron/gzip/current/SOURCES/gzip-1.3.14-CVE-2009-2624-1.diff

Parent Directory Parent Directory | Revision Log Revision Log


Revision 270 - (show annotations) (download)
Fri Jan 7 19:33:46 2011 UTC (13 years, 3 months ago) by tmb
File size: 483 byte(s)
imported package gzip
1 --- unlzh.c 2010-01-20 15:48:49.755257665 +0100
2 +++ unlzh.c.oden 2010-01-20 15:51:55.500195426 +0100
3 @@ -151,7 +151,7 @@ local void make_table(nchar, bitlen, tab
4 for (i = 1; i <= 16; i++)
5 start[i + 1] = start[i] + (count[i] << (16 - i));
6 if ((start[17] & 0xffff) != 0 || tablebits > 16) /* 16 for weight below */
7 - error("Bad table (case b)\n");
8 + gzip_error("Bad table \n");
9
10 jutbits = 16 - tablebits;
11 for (i = 1; i <= (unsigned)tablebits; i++) {

  ViewVC Help
Powered by ViewVC 1.1.30